dotnet-efcore-patterns
CommunityMaster EF Core data patterns
Authorrudironsoni
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses common challenges and best practices when working with Entity Framework Core in .NET applications, ensuring efficient and robust data access.
Core Features & Use Cases
- DbContext Management: Understand optimal lifetimes and registration for various application types.
- Query Optimization: Learn to use
AsNoTrackingandAsSplitQueryto improve performance. - Migrations & Interceptors: Streamline database schema evolution and implement cross-cutting concerns like auditing.
- Use Case: Optimize a read-heavy API endpoint by ensuring all queries use
AsNoTrackingand configuringDbContextFactoryfor background services.
Quick Start
Configure your DbContext to use AddDbContextFactory for background services.
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: dotnet-efcore-patterns Download link: https://github.com/rudironsoni/dotnet-agent-harness/archive/main.zip#dotnet-efcore-patterns Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.