ef-core
Best practices for Entity Framework Core, covering DbContext design, performance, migrations, and security.
Install
npx skills add https://github.com/github/awesome-copilot --skill ef-coreStats
| Total installs | 7,528 |
| Weekly installs | 7.5K |
| GitHub stars | 27.4K |
| First seen | Feb 25, 2026 |
| Source | @github/awesome-copilot |
Summary
- Covers eight core areas: DbContext design, entity modeling, performance optimization, migrations, querying strategies, change tracking, security, and testing approaches
- Emphasizes practical patterns like DbContextFactory, IEntityTypeConfiguration separation, AsNoTracking() for read-only queries, and compiled queries for frequently executed operations
- Includes migration best practices such as descriptive naming, SQL verification before production, and data seeding through migrations
- Addresses common pitfalls: N+1 query problems, SQL injection prevention, appropriate DbContext lifetimes, and concurrency control for multi-user scenarios
- Recommends testing strategies using in-memory providers for unit tests and SQLite for integration tests
Tags
Related skills
| Skill | Installs | vs ef-core |
|---|---|---|
| convex-create-component | 8,537 | +1,009 |
| fabric-lakehouse | 7,441 | -87 |
| bigquery-pipeline-audit | 7,427 | -101 |
| sql-code-review | 7,959 | +431 |
| cloudflare | 6,168 | -1,360 |
FAQ
- How many installs does ef-core have?
- ef-core has 7,528 total installs and 7.5K installs this week.
- Where is ef-core hosted?
- ef-core is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does ef-core have?
- ef-core has 27.4K GitHub stars.
- When was ef-core first indexed?
- OrangeBot.AI first indexed ef-core on Feb 25, 2026.
- How do I install ef-core?
- Run: npx skills add https://github.com/github/awesome-copilot --skill ef-core