Home

Home

Florin Lazar's WebLog

Transactions in Windows [These postings are provided "AS IS" with no warranties, and confer no rights.]


http://blogs.msdn....orinlazar/rss.aspx
Add to your Website!



A Simpler TransactionScope

Posted Monday March 24, 2008, 10:43 am, Over one day old
In .Net 3.5 I can write a transactional code block as follows: transacted(()=> { using (SqlConnection connection = new SqlConnection(connectionString)) { connection.Open(); SqlCommand command1 = new SqlCommand(commandString1, connection); command1.ExecuteNonQuery();...(read more)

This post digest is 100% of the original post size.

Incoming Links

The following posts link to A Simpler TransactionScope:


From System.Transactions, interesting tidbit

Posted Monday April 7, 2008, 7:32 am, Over one day old
"A Simpler TransactionScope"

From SqlClient, System.Transactions, SQL Server 2008, and MARS

Posted Saturday April 5, 2008, 3:14 pm, Over one day old
" It appears that there are some changes in .NET 3.5 System.Transactions (or System.Transactions.dll and System.Data.dll version 2.0.50727.1433 if you're looking at assembly versions). Florin Lazar blogs about a change to the syntax here"

* Incoming Links data provided by Technorati .


Sponsored

 

Powered by Odin Assemble 2.5a