Search code examples
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
Use TransactionScope with OracleManagedDataAccess throwing System.PlatformNotSupportedException: &#3...


c#oracletransactionstransactionscopeoracle-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
How does TransactionScope roll back transactions?...


c#.netnhibernatetransactionstransactionscope

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


.nettransactionscope

Read More
How does TransactionScope work?...


.netdatabasedesign-patternstransactionscope

Read More
Design / Implement Transactional Outbox pattern in schema isolated multitenant application...


transactionsmulti-tenanttransactionscopedistributed-transactionsoutbox-pattern

Read More
Advanced System.Transactions debugging...


c#debuggingtransactionscope

Read More
EF: How do I call SaveChanges twice inside a transaction?...


entity-frameworksql-server-2012transactionscopeentity-framework-5msdtc

Read More
Transaction Scope and Task.When all execution...


c#sql.nettransactionscope

Read More
How to EnableRetryOnFailure inside Unit of Work TransactionScope?...


c#entity-framework-coretransactionscope

Read More
BackNext