Welcome to MSDN Blogs Sign in | Join | Help

February 2008 - Posts

Flowing or propagating transactions in .Net

System.Transactions transactions are bounded to the appdomain. Which means that if you make in-appdomain calls from inside a TransactionScope, those calls will share the transaction. This also means that if you need to make a call outside the current
 
Page view tracker