with one click
dotnet-enterprise-template-10
dotnet-enterprise-template-10 contains 5 collected skills from pauloeugenioreis, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
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.