I am just starting to work with using TransactionScope, I find that there are always unexpected things I run into that take forever to debug.
I\'m not sure whether it is right to ask it here...I searched the net for an answer, But in vain... So I just wanted to try my luck here.
In our project we\'re using TransactionScope\'s to ensure our data access layer performs it\'s actions in a transaction. We\'re aiming to not require the MSDTC service to be enabled on our end-user\'s
From my understanding NServiceBus executes the Handle method of an IMessageHandler within a transaction, if an exception propagates out of this method, then NServiceBus will ensure the message is put
in our current project we are using ADO.NET Entity Framework as data layer for the application. There are some tasks which require to run in a transaction because there\'s a lot of work to do in the d
I have some basic confusion about how transactions and msdtc work together. I have a basic server/client winforms app. The app uses transactionscope to encapsulate several sql commands that are execu