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
486
Repository
affaan-m/ecc
GitHub Stars
208.6K
First Seen
May 19, 2026
dotnet-patterns — affaan-m/ecc