Using ORM for database related work is a common practice in applications developed in the last decade. There are many popular ORM’s. One of the most common ORM’s in the .NET world is Entity Framework.
In this post, I’ll go over some common mistakes when working with Entity Framework with Microsoft SQL Server (although some of the examples are relevant for other ORM’s and DB’s).
All of the examples in this article are based on the Stack Overflow database published by Brent Ozar that I slightly modified.
To keep reading this member-only story,
create a free account.

#software-development #database #entity-framework #sql-server #orm

Entity Framework: Common performance mistakes
4.25 GEEK