aspnet-patterns
Installation
SKILL.md
ASP.NET Core Patterns
Clean architecture for ASP.NET Core applications.
Architecture
Controller → Service → Repository → Database
| Layer | Responsibility |
|---|---|
| Controller | HTTP handling, validation |
| Service | Business logic |
| Repository | Data access |