In a typical production system which is used by multiple users at the same time, we need to take into account the conflicts that arise when two users try to change the same record at the same time. These are generally handled by two types of strategies.
1. Pessimistic Concurrency
2. Optimistic concurrency.
By default LINQ will [...]
Archive for March, 2009
Handling Concurrency in LINQ to SQL-Part 1
Posted in .NET Framework, LINQ on March 19, 2009 | Leave a Comment »