Transactions


Not that transactions in .NET were super hard, but .NET 2.0 is going to have a System.Transaction library. Transactions will be invoked with a using statement, which I think is an amazingly elegant way to do them.

Wesner Moise thinks that people will forget the commit call, but I don't. I think if you have the desire to make a transaction, you probably won't have forgotten that you're in the transaction by the time you've done your SQL. That may just be me, though.


About this Entry

This page contains a single entry by bbrown published on June 6, 2005 1:01 AM.

Intel Inside? was the previous entry in this blog.

Resize Me is the next entry in this blog.

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

Feedback to