C# Guide - C#, Asp.Net, MVC, LINQ, jQuery and SharePoint Resources
Friday, December 21, 2012
The underlying provider failed on Open Error in Entity Framework Transactions
›
Error : The underlying provider failed on Open MSDTC on server 'XXXXX\\SQLEXPRESS' is unavailable ." at System.Data.Ent...
1 comment:
Transactions in Entity Framework with DbTransaction.
›
In many real time scenarios we will have to use transactions to perform Atomic operation, i.e a set so statements should get executed com...
Thursday, December 20, 2012
Transactions in Entity Framework with TranscationScope.
›
In many real time scenarios we will have to use transactions to perform Atomic operation, i.e a set so statements should get executed com...
TranscationScope Vs DbTransaction
›
A transaction is an atomic operation, i.e a set so statements should get executed completely or get rollback completely. A typical exampl...
Transactions in Entity Framework
›
A transaction is an atomic operation, i.e a set so statements should get executed completely or get rollback completely. A typical exampl...
‹
›
Home
View web version