Development With A Dot - EF Core Performance Optimisations
Introduction
We all know O/RMs aren't the fastest tools when it comes to loading data, and Entity Framework Core is surely no exception. After all, they need to do a lot of operations, such as …