I recently had to use System.Transactions to perform multiple database updates in a single atomic operation. At first I was going to use the native SQL Server transaction API, but I like the auto enlistment feature of System.Transactions – hey, one less line of code to write! The thing is, if you’re not careful you [...]
Archive for July, 2007
System.Transactions and the DTC
Posted in Technical on July 9, 2007 | Leave a Comment »