If you want to use Entity Framework in ASP.NET, you're going to need to handle concurrency problems. Here are some suggestions from a Microsoft "architect evangelist." To effectively use Entity ...
Entity Framework 7 Preview 7 is all about Interceptors, used for working with EF Core operations. Interceptors enable interception, modification and/or suppression of EF Core operations, such as ...