Transactions in .net

| | No TrackBacks

Transactions in .net

Answer to a question from StackOverflow:

What are the best practices to do transactions in C# .Net 2.0. What are the classes that should be used? What are the pitfalls to look out for etc. All that commit and rollback stuff.

The TransactionScope Object Makes ADO.NET Transactions Easy

This article shows you how easy it is to use transactions with previous versions of .NET, and how you can use the TransactionScope object to auto-enlist database operations in a transaction. Other kinds of things, such as COM+ objects, can participate in transactions as well, but this article focuses on ADO.NET transactions.

No TrackBacks

TrackBack URL: http://www.iwebthereforeiam.com/cgi-bin/mt/mt-tb.cgi/1274

Leave a comment

Verification (needed to reduce spam):

Pages

OpenID accepted here Learn more about OpenID
Powered by Movable Type 4.32-en

About this Entry

This page contains a single entry by Hugh Brown published on October 22, 2008 1:18 PM.

Short Stories was the previous entry in this blog.

Lock-free hashtables is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.