Monthly Archives: July 2007

System.Transactions and the DTC

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, … Continue reading

Posted in Technical | Leave a comment