Concurrency handling in Entity Framework
In this post I am going to present my solution for handling optimistic concurrency scenarios in Entity Framework. This solution is somehow an extension of recommended approaches presented on MSDN Entity Framework learning center here.
By Mirek on (tags: database concurrency, Entity Framework, categories: code)