Tag: orm
All the articles with the tag "orm".
-
EF Core Migrations Quick Reference
A comprehensive quick reference guide for managing Entity Framework Core migrations, including common commands and best practices for database schema updates.
-
Solving the N+1 query problem
A deep dive into diagnosing and fixing the N+1 query anti-pattern in ORMs, with practical examples of using eager loading and joins to improve database performance.