CCF.Clean.Dotnet.WebAPI 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet new install CCF.Clean.Dotnet.WebAPI::1.0.0
This package contains a .NET Template Package you can call from the shell/command line.

DotnetCore Clean WebAPI Nuget Template

CCF Clean Web API nuget template is ready-to-use project template for creating dotnet core minimal api.

Getting started

Install CCF Clean Web API template using nuget package and use it to develop dotnet core api with ccf clean web api features.

Key features

  1. Clean Architecture
    1. CQRS
    2. MediatR
    3. Repositories (Generic Repositories)
    4. Model Mapping (Automapper)
    5. Validation (FluentValidation)
    6. Caching
  2. Dotnet Core Minimal API
  3. Swagger
  4. API Versioning
  5. Exception Handling
  6. Logging (NLog)
  7. Dependency Injection
  8. Generic API Http Client Handler
  9. Authentication Support

Supported Versions

Built on .NET 6.0

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.

Version Downloads Last updated
4.1.0 68 6/3/2024
4.0.0 129 4/16/2024
3.1.0 2,757 12/7/2023
3.0.0 256 12/3/2023
2.0.0 447 11/27/2023
1.0.1 323 11/23/2023
1.0.0 211 11/22/2023

Template for creating ASP.NET Core Minimal API.