SqlException: do not abort a transaction...
Read MoreTransactionScope and WCF callback...
Read More.NET TransactionScopes and SQL 2005 Lightweight Transaction Manager - Multiple Connections same SPID...
Read MoreIs a TransactionScope appropriate to include side effects in the Entity Framework transaction?...
Read MoreIs the use of ThreadStatic in .NET framework code a harmful relic of a bygone age?...
Read MoreEntity Framework Forcing Distributed Transaction...
Read MoreWhy does this TransactionScope not block subsequent requests until the first request is done?...
Read MoreBatch Import dry run - transaction rollback a terrible idea?...
Read MoreRollback transaction with 2 DbContexts in Entity Framework. Use TransactionScope or TransactionBegin...
Read MoreTransactionInDoubtException using System.Transactions on SQL Server 2005...
Read MoreHow to read entities added to a DbContext without passing the context...
Read MoreGetting transaction's begin and end time - SQL Server...
Read MoreTransaction Scope and Multiple Regions...
Read MoreWhere should I perform action when implementing IEnlistmentNotification?...
Read MoreMultiple stored proc call in .Net under 1 transaction...
Read MoreHow can I separate my TransactionScopes so they don't interfere with each other?...
Read MoreIs there a way to check if code is executed in a TransactionScope?...
Read MoreHow can I configure MSDTC settings programmaticaly?...
Read MoreRefactoring ADO.NET - SqlTransaction vs. TransactionScope...
Read MoreLinq to sql testing stored procedures - call to procedure, verify and rollback in one transaction...
Read MoreRetrieve the maximum IDENTITY id using transactionscope...
Read MorePerformance transaction scope against DB2 table...
Read MoreDB logging in transactionscope failed...
Read MoreUsing TransactionScope in Service Layer for UnitOfWork operations...
Read MoreEF and TransactionScope for both SQL Server and Oracle without escalating/spanning to DTC?...
Read More