MOFAKH.COM
← Back to profile
.NET

Reading what EF Core translates your LINQ into

unwrittenOutline
Note to self
Not written yet. This is the outline I am working from — it will be filled in as I go through the topic.
  • Reading generated SQL with ToQueryString and logging
  • Client evaluation: what still silently runs in memory
  • Split queries vs cartesian explosion on Include
  • Projections, AsNoTracking, and compiled queries