N+1 The Silent Performance Killer
A recent pull request that came my way set alarm bells ringing. While reviewing the code, I spotted a familiar anti-pattern hiding in plain sight, a neat little loop that made multiple Entity Framework calls inside it. To some, it looked harmless eno...
Oct 15, 20258 min read54


