How I Made My EF Core Query 3.42x Faster With Batching
EF Core is a fantastic ORM if you're building .NET applications.
But it's a tool like any other. And you can end up using it in a suboptimal way.
Today, I'll show you a simple idea I used to get an almost 4x performance improvement.
I'm not saying yo...
milanjovanovic.hashnode.dev4 min read