Simpler Transactions
Posted in Coding Musings on August 24th, 2009 by Abubakr Abdurahman – 2 Comments Tags: C#, SQL transactions
Abubakr
The .NET framework provides support for managing transactions from code via the System.Transactions namespace. Performing database operations in a transaction is as easy as writing a using block with the TransactionScope Class.








email us