Search code examples
TransactionScope automatically escalating to MSDTC on some machines?...

c#.nettransactionstransactionscopemsdtc

Read More
Will an inner transaction scope roll back if the outer transaction scope doesn't complete?...

c#transactionscope

Read More
Using TransactionScope around a stored procedure with transaction in SQL Server 2014...

c#sql-serverstored-proceduresado.nettransactionscope

Read More
Hangfire Transactional Process (Unit of Work)...

c#.net-coreentity-framework-coretransactionscopehangfire

Read More
Is it possible to disable the enlistment to ambient transactions in Entity Framework Core 8 globally...

c#entity-framework-coretransactionstransactionscope

Read More
How to log errors in DB within a transaction that fails with Entity Framework 6...

sql-serverentity-frameworktransactionsentity-framework-6transactionscope

Read More
How to enlist with a TransactionScope?...

.nettransactionscope

Read More
Two DbContext's on same server throws: This platform does not support distributed transactions...

sql-serverentity-framework-coredbcontexttransactionscopedistributed-transactions

Read More
Multiple SaveChanges calls in entity framework...

entity-framework-4transactionstransactionscope

Read More
Azure Functions w/ EF Core DbContext - how does the DI scope work?...

c#entity-framework.net-coreazure-functionstransactionscope

Read More
Use TransactionScope with OracleManagedDataAccess throwing System.PlatformNotSupportedException: &#3...

c#oracle-databasetransactionstransactionscopeoracle-manageddataaccess

Read More
"The operation is not valid for the state of the transaction" error and transaction scope...

c#.netsql-servertransactionstransactionscope

Read More
Is TransactionScope still running after server failover and how does the database roll back the chan...

c#sql-serverentity-frameworktransactionstransactionscope

Read More
Timeouts calling SQL from C#: TransactionScope appears to override DbCommand CommandTimeout...

c#sql-servertimeouttransactionscope

Read More
Transaction scope timeout on 10 minutes...

c#entity-frameworktransactionstransactionscope

Read More
How to ensure rollback from without explicit ROLLBACK...

c#sqltransactionscopesqlclient

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

c#.nettransactionstransactionscope

Read More
Parent-Child Insertion inside TransactionScope cause foreign key constraint error...

c#sql-serverado.nettransactionscope

Read More
How to know if the code is inside TransactionScope?...

c#.nettransactionscope

Read More
Do Azure storage-related APIs participate in System.Transactions?...

c#azuretransactionsazure-storagetransactionscope

Read More
Generic ResourceManager/IEnlistmentNotification for Azure Blob Storage operations to achieve 2 phase...

azure-blob-storagetransactionscopetwo-phase-commit

Read More
Database.BeginTransaction vs Transactions.TransactionScope...

c#entity-frameworktransactionsentity-framework-6transactionscope

Read More
What is the difference between using a ServiceBusMessageBatch and sending multiple messages in a Tra...

azureazureservicebustransactionscope

Read More
.net detect distributed transaction...

.nettransactionstransactionscopedistributed-transactions

Read More
C# controlling a transaction across multiple databases...

c#.nettransactionscope

Read More
UnitOfWork w/ TransactionScope no changes in database but a passing unitTest...

c#unit-of-worktransactionscope

Read More
TransactionTimeOut Exception on all DB hits made by a thread on which there was "A TransactionS...

c#async-awaittransactionscope

Read More
Does C# TransactionScope rollback if an exception is thrown while committing?...

c#.netdatabasetransactionscope

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

.netsqltransactionstransactionscope

Read More
How to use entity framework transaction in raw query?...

entity-frameworkentity-framework-coretransactionscope

Read More
BackNext