TransactionScope is a .NET class used to mark a block of code as transactional.
I just started playing around with Dapper. So far i love it. Does dapper not work with TransactionScope? I noticed …
transactionscope dapperSo I have a WCF service, inside which there's a Process() method. This method reads a byte array (a file) …
c# sql-server wcf transactions transactionscopeI am trying to set up a simple transaction for my Linq-to-Sql actions against my Sql 2000 database. Using TransactionScope it …
linq-to-sql transactions transactionscope msdtcCan anyone give me a quick overview of using TransactionScope with NHibernate? Do I need to do anything special with …
nhibernate transactionscopewe have a problem to use TransactionScope. TransactionScope get to us very good flexibility to use transactions across our Data …
sql-server-2008 ado.net transactions transactionscopeI am using transactions in my unit tests to roll back changes. The unit test uses a dbcontext, and the …
c# .net dbcontext transactionscopeI am using C# and ADO.Net with a TransactionScope to run a transaction in an ASP.Net app. This …
c# sql-server stored-procedures ado.net transactionscopeHere is the current architecture of my transaction scope source code. The third insert throws an .NET exception (Not a …
c# .net transactions transactionscopeI am trying to nest TransactionScopes (.net 4.0) as you would nest Transactions in SQL Server, however it looks like they …
.net transactions transactionscopeOur team have got a problem that manifests as: The underlying provider failed on EnlistTransaction; Cannot access a disposed object.…
c# entity-framework oracle10g transactionscope msdtc