Blog
Technical insights, architecture tips, and .NET development guides from the Code Majesty Tech team.
Featured
The N+1 Query Problem in EF Core: Benchmarking Every Fix on PostgreSQL
Actual BenchmarkDotNet numbers for N+1 vs Include, split queries, projections, and compiled queries in EF Core 10 on PostgreSQL 16.
Featured
FastEndpoints vs Minimal API vs Controllers: .NET 10 Performance Benchmarks
BenchmarkDotNet results comparing FastEndpoints, Minimal APIs, and MVC Controllers on .NET 10 with EF Core + PostgreSQL. Real numbers, not theory.