TL;DR: Add .AsSplitQuery() to any EF Core query that eagerly loads multiple collection navigations. It eliminates the Cartesian explosion…
TL;DR: Add .AsSplitQuery() to any EF Core query that eagerly loads multiple collection navigations. It eliminates the Cartesian explosion…Continue reading on Medium » Read More Dotnet on Medium
#dotnet