MohanedZekry / WebAPI-CleanArchitecture

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

Repository from Github https://github.comMohanedZekry/WebAPI-CleanArchitectureRepository from Github https://github.comMohanedZekry/WebAPI-CleanArchitecture

.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.

About

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


Languages

Language:C# 100.0%