The "Cartesian Explosion"
Dashboards take 10s to load. Entity Framework joins 15 tables into one massive result set, creating millions of duplicate rows and choking memory.
I implement Server-Side Projections using AsSplitQuery. We flatten hierarchies directly in the SQL engine, reducing load times from 10s to 300ms.