.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. Show more Installs 1.5K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
dotnet-patterns
安装
npx skills add https://github.com/affaan-m/ecc --skill dotnet-patterns