EF Core AsNoTracking is OVERRATED
Summary
The main theme is improving EF Core query performance. The transcript references "no tracking" queries and "projections" within select statements. The practical takeaway is that using `AsNoTracking()` is beneficial for performance, but redundant if a selective projection is already in place.