Entity Framework Core anti-patterns
Entity Framework Core is arguably one of the most popular frameworks used in .NET development. It is an Object Relational Mapper (ORM) that supports both relational and NoSQL databases.
In this blog, I am going to recap and explain with code the 8 most common mistakes developers make with EF Core when working with relational schemas. These anti-patterns negatively affect application performance and are often the bottleneck for application robustness.