Entity Framework Core

USE FOR: CRUD data access with LINQ, database migrations, change tracking, complex domain models with relationships, database-first and code-first workflows, and multi-provider support (SQL Server, PostgreSQL, SQLite, Cosmos DB). DO NOT USE FOR: Bulk operations on millions of rows without batching extensions, latency-critical read-only queries where Dapper is faster, or non-relational data that does not fit an entity model.

Tyler-R-Kendrick 2602e76 16 files · 30.2 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/dotnet/data/entity-framework-core commit 2602e76092

Frequently asked questions

npx skillmds add tyler-r-kendrick/entity-framework-core