mit einem Klick
net-clean-architecture
net-clean-architecture enthält 4 gesammelte Skills von patdhlk, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
Exact shape of a new minimal API endpoint in Web.Api — IEndpoint, request DTO, handler wiring, Result matching. Use when adding or modifying files under src/Web.Api/Endpoints.
Project-wide conventions for this .NET Clean Architecture solution — layering, Result<T>, errors, domain events, and what belongs in which project. Use when planning or implementing any change that touches src/Domain, src/Application, src/Infrastructure, or src/Web.Api.
Exact file layout and code shapes for commands, queries, handlers, and validators in this repo. Use when adding or modifying a use case in src/Application.
How to model a new Domain entity in this repo — the base class, errors, domain events, and the matching EF configuration. Use when creating or modifying anything under src/Domain.