Found 1,222 packages
Utilities for the domain layer of the clean architecture as seen by EasyDesk.
Utilities for the application layer of the clean architecture as seen by EasyDesk.
Utilities for the infrastructure layer of the clean architecture as seen by EasyDesk.
CleanArchitecture Template
A set of exceptions to be used in projects looking to follow clean architecture.
Utilities for dependency injection of the clean architecture as seen by EasyDesk.
Utilities for the EF Core data access layer of the clean architecture as seen by EasyDesk.
Utilities for the ASP.NET Core web layer of the clean architecture as seen by EasyDesk.
Install the package: $ dotnet new -i Genocs.CleanArchitectureTemplate::1.8.3 The full clean project: $ dotnet new cleanarchitecture
The Clean Architecture Solution Template popularized by Steve @ardalis Smith. Provides a great starting point for modern and/or DDD solutions built with .NET 8 and C# 12. Features zero tight coupling to database or data access technology.
A set of interfaces and messages critical to the Clean Architecture
Utilities for unit testing an application built using the clean architecture packages.
Utilities for integration testing an application built using the clean architecture packages.
Utilities for the SqlServer data access layer of the clean architecture as seen by EasyDesk.
Utilities for the SqlServer data access layer of the clean architecture as seen by EasyDesk.
The collection of thw base interfaces, entities and specifications for Clean Architecture application design.
Clean Architecture Solution Template for .NET 10
Templates to use when creating an application using DDD, Mediator pattern, and clean architecture pattern.
A template for creating a Clean Architecture based Cloud Native solution.
A set of utlities to help test controllers implementing the CleanArchitecture