An open API service indexing awesome lists of open source software.

https://github.com/mohanedzekry/webapi-cleanarchitecture

A sample .NET Core project showcasing the implementation of Clean Architecture principles with MediatR pattern for separation of concerns and maintainability.
https://github.com/mohanedzekry/webapi-cleanarchitecture

automapper clean-architecture dotnet-core entity-framework-core mediator-pattern restful-api unitofwork-pattern webapi-core

Last synced: 9 months ago
JSON representation

A sample .NET Core project showcasing the implementation of Clean Architecture principles with MediatR pattern for separation of concerns and maintainability.

Awesome Lists containing this project

README

          

# .NET Core API - Clean Architecture Example

.NET Core API project employing Clean Architecture principles along with the MediatR pattern for handling requests and commands. This example emphasizes separation of concerns and maintainability by leveraging MediatR for decoupling business logic from controllers, enabling easier testing and extensibility.