-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

ASP.NET 8 Best Practices
By :

Over the years, developers have used Entity Framework Core in various ways. Some were exceptionally creative.
In this section, we’ll discuss the following architectural approaches:
While these implementations are based on real-world experiences, they are merely observations, and, as mentioned in Chapter 1, the decision will fall on teams and/or community members as to the right approach for the application and trade-offs incurred.
While this implementation has already caused some friction among developers, it’s a common pattern seen with early adopters of ASP.NET Entity Framework applications (including me). However, it’s been said by community members it’s not an efficient way to use Entity Framework architecturally because of the duplication of repositories.
Out of the box, the DbContext...