Home
Home
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:
Posted Monday April 7, 2008, 7:32 am, Over one day old
"A Simpler TransactionScope"
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