EF Core Performance Mistakes That Ship to Production
The N+1 queries, missing projections, and tracking overhead that pass code review and slow down production systems.
Insights tagged with .NET
The N+1 queries, missing projections, and tracking overhead that pass code review and slow down production systems.
Framework selection criteria, integration testing with WebApplicationFactory, test isolation patterns, and async testing strategies for .NET applications.