When AsNoTracking Makes EF Core Slower
There is a piece of EF Core advice that appears in almost every performance discussion: If the query is read-only, use AsNoTracking(). Its usually good advice. Tracking entities requires EF Core to
Sep 1, 202613 min read76

