Community

Handling Concurrency with Entity Framework

(Peter Vogel) To effectively use Entity Framework (EF) in ASP.NET, we need to handle two problems: tracking changes and handling data concurrency. The tracking changes problem occurs because EF’s ObjectContext keeps track of what data was originally retrieved from the database and what’s been change

Read More - Register for Free Membership