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.
- Host: GitHub
- URL: https://github.com/mohanedzekry/webapi-cleanarchitecture
- Owner: MohanedZekry
- Created: 2024-04-25T15:14:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-28T10:41:44.000Z (over 1 year ago)
- Last Synced: 2025-04-11T16:23:29.876Z (9 months ago)
- Topics: automapper, clean-architecture, dotnet-core, entity-framework-core, mediator-pattern, restful-api, unitofwork-pattern, webapi-core
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 23
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.