.NET & C# ยท C#
How would you handle an interview scenario involving LINQ?
If an EF Core query is slow, keep filtering and projection in IQueryable form until the database work is complete and inspect the generated SQL.
If an EF Core query is slow, keep filtering and projection in IQueryable form until the database work is complete and inspect the generated SQL.