Chapter 7 - Transactions
Chapter 7 is about transactions. After giving an introduction to transactions I start with programmatic transactions using ADO.NET.
Next automatic transactions with serviced components and the [Transaction] attribute follows.
COM+ 1.5 allows setting transaction isolationn levels, so this is covered here, too.
Services without components are a very interesting approach to use transactions without configured components (only for Windows Server 2003).
Finally, I'm giving a first introduction to .NET 2.0: System.Transactions.With the TransactionManager and Transaction class it is possible to use the same classes for DTC and Web Services.
Update (Information from Florin Lazar): Windows XP will have support for Services without Components with SP2.
Christian