Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and testing with xUnit. Use when developing .NET backends, reviewing C# code, or designing API architectures.
Add this skill
npx mdskills install sickn33/dotnet-backend-patternsClear scope but instructions are too high-level; relies entirely on external resource file for actionable guidance
1---2name: dotnet-backend-patterns3description: Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and testing with xUnit. Use when developing .NET backends, reviewing C# code, or designing API architectures.4---56# .NET Backend Development Patterns78Master C#/.NET patterns for building production-grade APIs, MCP servers, and enterprise backends with modern best practices (2024/2025).910## Use this skill when1112- Developing new .NET Web APIs or MCP servers13- Reviewing C# code for quality and performance14- Designing service architectures with dependency injection15- Implementing caching strategies with Redis16- Writing unit and integration tests17- Optimizing database access with EF Core or Dapper18- Configuring applications with IOptions pattern19- Handling errors and implementing resilience patterns2021## Do not use this skill when2223- The project is not using .NET or C#24- You only need frontend or client guidance25- The task is unrelated to backend architecture2627## Instructions2829- Define architecture boundaries, modules, and layering.30- Apply DI, async patterns, and resilience strategies.31- Validate data access performance and caching.32- Add tests and observability for critical flows.33- If detailed patterns are required, open `resources/implementation-playbook.md`.3435## Resources3637- `resources/implementation-playbook.md` for detailed .NET patterns and examples.38
Full transparency — inspect the skill content before installing.