TransactionScope is a .NET class used to mark a block of code as transactional.
Got a bit of a tough situation here: we're experiencing occasional deadlocks in our system. And I don't have a …
entity-framework transactionscope database-deadlocksI'm using TransactionScope to submit data in Linq to SQL. My question is, if I use multiple SubmitChanges in the …
.net linq-to-sql transactionscopeI'm using TransactionScope to do some batch insert and updates. Problem is, I'm getting timeout exceptions on a 30 min long …
c# .net transactions transactionscopeI need to do something like this select * from myTable with (xlock,holdlock) using Entity Framework. Is this possible? I've …
entity-framework transactionscope table-lockingDTCPing tool says everything should be fine. The actual exception is: System.Transactions.TransactionManagerCommunicationException: Communication with the underlying transaction manager …
c# sql-server transactions transactionscope msdtcVery simple question: is it possible to use System.Transactions.TransactionScope together with SqlBulkCopy? The documentation Transaction and Bulk Copy …
.net sql-server transactionscope sqlbulkcopyI am just starting to work with using TransactionScope, I find that there are always unexpected things I run into …
.net transactionscope msdtc