Efcore Query Performance

Optimize EF Core (Npgsql/PostgreSQL) queries in the .NET API — fix N+1, choose tracking modes, use compiled queries, split queries, and avoid translation traps. Use when a query is slow, emits excessive SQL, or causes high DB load. Complements the efcore-patterns scaffolding skill.

atherio-danp e451989 3.9 KB Updated

File contents

atherio-danp/cde-dotnetcc/tree/main/.claude/skills/efcore-query-performance commit e451989e10

Frequently asked questions

npx skillmds@latest add atherio-danp/efcore-query-performance