0
kicks
Transactions made easy with .NET 2.0
One of the more significant improvement in .NET 2.0 is in the area of transactions. Now with a single line it becomes extremely easy to support transactional code blocks using the concept of "ambient" transaction thanks to TransactionScope in the System.Transactions namespace.