CleanKit.Net.Presentation
1.0.0
dotnet add package CleanKit.Net.Presentation --version 1.0.0
NuGet\Install-Package CleanKit.Net.Presentation -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CleanKit.Net.Presentation" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CleanKit.Net.Presentation" Version="1.0.0" />
<PackageReference Include="CleanKit.Net.Presentation" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CleanKit.Net.Presentation --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CleanKit.Net.Presentation, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CleanKit.Net.Presentation@1.0.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CleanKit.Net.Presentation&version=1.0.0
#tool nuget:?package=CleanKit.Net.Presentation&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CleanKit.Net
CleanKit.Net is a lightweight and modular framework for building scalable, maintainable, and testable applications using Clean Architecture principles in ASP.NET Core and C#.
It provides a well-structured starting point for enterprise-grade solutions by enforcing separation of concerns between layers such as Presentation, Application, Domain, and Infrastructure.
✨ Features
- Clean Architecture enforced by structure and contracts
- CQRS with MediatR (Queries & Commands)
- Built-in idempotency support for safe command execution
- Layered project separation (Domain, Application, Persistence, Presentation)
- Pluggable and extendable components
- Designed for testability and scalability
📦 Packages
Package | Description |
---|---|
CleanKit.Net.Application |
Application layer containing commands, queries, handlers |
CleanKit.Net.Domain |
Core domain logic, entities, and domain services |
CleanKit.Net.Idempotency |
Interfaces and services for idempotent command execution |
CleanKit.Net.Idempotency.Persistence |
Implementation of idempotency persistence logic |
CleanKit.Net.Persistence |
Infrastructure & EF Core setup for data persistence |
CleanKit.Net.Presentation |
API layer, controllers, and configuration |
📖 Full documentation:
📚 To access the complete documentation and stay up to date with the latest changes, please refer to the following link:
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- CleanKit.Net.Application (>= 1.0.0)
- CleanKit.Net.DependencyInjection (>= 1.0.0)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 7.0.20)
- Microsoft.AspNetCore.Mvc (>= 2.1.3)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.AspNetCore.OpenApi (>= 7.0.20)
- Swashbuckle.AspNetCore (>= 6.4.0)
- Swashbuckle.AspNetCore.Annotations (>= 6.5.0)
- Swashbuckle.AspNetCore.Filters (>= 7.0.12)
- Swashbuckle.AspNetCore.ReDoc (>= 6.5.0)
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 |
---|---|---|
1.0.0 | 222 | 5/12/2025 |