Home
Browse all 647 examples
Download all 647 examples
Download sample chapters
Reviews
Errata
Acknowledgments
Links on .NET
Paradoxal Press
Buy directly from Paradoxal Press at $33.99 (Save 43%)
Category: Programming
Level: Beginner to seasoned
900 pages
ISBN-10 097661322-0
ISBN-13 978-097661322-0
$59.99 USA
$79.99 CANADA
|
Chapter 20: Transactions
Chapter 19< > Chapter 21
Listings: 1 2 3 4 5 6 7 8 9 10
Table of content:
Introduction to transactions Transaction Manager (TM), Resource Manager (RM) and data source Introduction to distributed transactions and to 2PC algorithms Local transaction on a SQL Server connection The Distributed Transaction Coordinator (the DTC, the WindowsTM)
System.Transactions Introduction to LTM, durable RM and volatile RM Implicit transactions with System.Transactions Events triggered during a transaction System.Transactions under the hood Introduction to Transaction Isolation Level (TIL) Transaction scope Explicit transactions with System.Transactions
Advanced usage of System.Transactions Performing a transaction with several threads (dependent transaction) Asynchronously completing a transaction System.Transactions and CAS
Facilities for implementing a custom RM
Copyright Patrick Smacchia 2006 2007
|