dotnet-patterns
Installation
SKILL.md
.NET Development Patterns
Idiomatic C# and .NET patterns for building robust, performant, and maintainable applications.
When to Activate
- Writing new C# code
- Reviewing C# code
- Refactoring existing .NET applications
- Designing service architectures with ASP.NET Core
Core Principles
1. Prefer Immutability
Use records and init-only properties for data models. Mutability should be an explicit, justified choice.
Installs
3.3K
Repository
affaan-m/everyt…ude-codeGitHub Stars
215.1K
First Seen
Apr 3, 2026
Security Audits