> LINQ supports interleaving DB operations with not-db operations, quickly becoming a O(n^m) footguns. This is no longer the case since EF Core 3.0. Only top level projection can contain expressions that aren’t…
> LINQ supports interleaving DB operations with not-db operations, quickly becoming a O(n^m) footguns. This is no longer the case since EF Core 3.0. Only top level projection can contain expressions that aren’t…