CCF.Clean.Dotnet.WebAPI
3.0.0
See the version list below for details.
dotnet new install CCF.Clean.Dotnet.WebAPI::3.0.0
CCF Clean WebAPI DotnetCore Template
CCF Clean Web API nuget template is ready-to-use project template for creating dotnet core minimal api using Clean Architecture, leveraging ccf clean web api features.
Key features
- Clean Architecture
- CQRS
- MediatR
- Repositories (Generic Repositories)
- Model Mapping (Automapper)
- Validation (FluentValidation)
- Memory Caching
- Dotnet Core Minimal API
- Entity Framework Core (Database)
- Swagger
- API Versioning
- Global Exception Handling
- Logging (NLog)
- Dependency Injection
- Generic API Http Client Handler
- Authentication Support
- Option Pattern
Supported Versions
- .NET 6.0
- .NET 7.0
- .NET 8.0
Getting started
Install CCF Clean Web API Template
dotnet new install CCF.Clean.Dotnet.WebAPI
NOTE: The template only needs to be installed once. Running this command again will update your version of the template. Specify the version to get specific version of template.
Create a new directory
mkdir CCFDemoWebApp cd CCFDemoWebApp
Create a new solution
dotnet new CCFClean.WebApi --name {{SolutionName}} --output .\
NOTE: Specify {{SolutionName}}, this will be used as the solution name and project namespaces.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
A ready-to-use project template for creating ASP.NET Core Minimal API, which supports CQRS, MediatR, repositories, model mapping, validations, dependency injection, Response Handling, Caching, Logging, Swagger and API versioning.