en un clic
dotnet-enterprise-template-10
dotnet-enterprise-template-10 contient 5 skills collectées depuis pauloeugenioreis, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Create and manage EF Core database migrations safely. Use when: adding a migration, modifying schema, changing entity properties, adding indexes, updating database structure.
Scaffold a new endpoint to generate and download a high-performance Excel report using MiniExcel.
Scaffold a new domain entity across all Clean Architecture layers. Use when: creating a new entity, adding a new resource, scaffolding CRUD for a new model. Creates entity, interface, repository, service, DTO, validator, mapping, controller, and tests.
Create a new modular infrastructure extension. Use when: adding a new infrastructure feature, integrating a new service provider, creating middleware, adding a new cross-cutting concern.
Generate comprehensive test suites for existing code. Use when: adding tests for untested code, improving coverage, writing unit tests, writing integration tests, testing new features.