Dotnet backend patterns
Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/sickn33/dotnet-backend-patterns
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.From its SKILL.md
npx -y skills add ComeOnOliver/skillshub --skill dotnet-backend-patternsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.5 KB, 235 tokens by cl100k_base, as published. Nobody here has run it
.NET Backend Development Patterns
Master C#/.NET patterns for building production-grade APIs, MCP servers, and enterprise backends with modern best practices (2024/2025).
Use this skill when
- Developing new .NET Web APIs or MCP servers
- Reviewing C# code for quality and performance
- Designing service architectures with dependency injection
- Implementing caching strategies with Redis
- Writing unit and integration tests
- Optimizing database access with EF Core or Dapper
- Configuring applications with IOptions pattern
- Handling errors and implementing resilience patterns
Do not use this skill when
- The project is not using .NET or C#
- You only need frontend or client guidance
- The task is unrelated to backend architecture
Instructions
- Define architecture boundaries, modules, and layering.
- Apply DI, async patterns, and resilience strategies.
- Validate data access performance and caching.
- Add tests and observability for critical flows.
- If detailed patterns are required, open
resources/implementation-playbook.md.
Resources
resources/implementation-playbook.mdfor detailed .NET patterns and examples.
What ships with it
88.0 KB alongside SKILL.md
GitHub clipped this repository’s file list, so this is at least 6 files and may be more.
assets/
- repository-template.cs16.4 KB
- service-template.cs12.2 KB
references/
- dapper-patterns.md14.9 KB
- ef-core-best-practices.md8.7 KB
resources/
- implementation-playbook.md26.0 KB
- skill-report.json9.8 KB