Article: Protecting Your Data Integrity with Transactions in ADO.NET
just published on MSDN:
Summary
"Transactions are a key feature for maintaining data integrity when modifying data. Get an overview of transactions and their importance, then learn how to use them to protect data in your .NET applications."
Contents
Introduction
Anatomy of a Transaction
Transactions with ADO.NET
Implementing Transactions
Conclusion