I was wondering how TransactionScope class works to keep the transaction between different method calls (without the need to pass it as a parameter) and I came to this doubt. I\'ve got two considerati
I want to replace existing records in the DB with new records in one transaction.Using TransactionScope, I have
I have to update some DataTable for which I am sending the data as XML. My stored procedure has transaction to abort the operation if something goes wrong. But the number of records I have to update i
Very simple question: is it possible to use System.Transactions.TransactionScope together with SqlBulkCopy? The documentation Transaction and Bulk Copy Operations doesn\'t mention anything (at least a
I want the TxJobs, which are running in parallel, to create a scope from this parent transaction. How do I make this work?
I am using sqlite in memory db ( connection string is: Data Source=:memory:;Version=3;New=True;) + Castle ActiveRecord, using C#
i have problem with escalation distributed transactions in开发者_高级运维 wcf application. My code looks something like this :
We have web MVC app where EF\'s DbContext (POCO) derived class is managed by StructureMap and set up as http-scoped life-cycle. How can we set up specific isolation level for our repository (for insta
I am getting this error: Network access for Distributed Transaction Manage开发者_开发技巧r (MSDTC) has been
I\'ve got an app which should access its DB (via NHibernate) and perform web service calls (via WCF) in a single distributed transaction (which is propagated to called web services via WS-AT). For now