Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in transactionscope

TransactionScope Error against Sql Server 2000 - The partner transaction manager has disabled its support for remote/network transactions

High volume site using ADO.NET TransactionScope vs ExecuteCommand on NOLOCK, READ UNCOMMITTED directly?

TransactionScope throws exception

c# linq transactionscope

What is the best way to rollback a .net transaction?

Sql transaction failure

Common Gotchas when using TransactionScope and MS DTC

.net transactionscope msdtc

How to implement a memory transaction scope in C#?

TransactionScope causes TransactionManagerCommunicationException when used for DB unit tests

Transaction Scope fails with BeginTransaction in Oracle : Connection is already part of a local or a distributed transaction

Entity Framework Forcing Distributed Transaction

Why TransactionScope timeout is defined in machine.config?

c# .net transactionscope

Why is my TransactionScope trying to use MSDTC when used in an EF Code First app?

Why does the following SQL Server insert deadlock when run within a transaction?

Preparing for multiple EF contexts on a unit of work - TransactionScope

Transaction can't handle parallel commands via Task.WhenAll

TransactionScope not working with Parallel Extensions?

Multiple databases(datacontext) on same server without MS DTC

Data committed even though System.Transactions.TransactionScope.Commit() not called