Database Transactions
-
Working with the SqlTransaction Class in ADO.NET
Introduction: The SqlTransaction class is very important class of .NET Framework. The SqlTransaction class is used for satisfying the ACID…
Read More » -
Overview Of Concurrency In LINQ To SQL
In this article, we will see Difference between optimistic and pessimistic concurrency control. Concurrency control in LINQ to SQL. Handling…
Read More »