Skip to content

Latest commit

 

History

History
5 lines (2 loc) · 357 Bytes

README.md

File metadata and controls

5 lines (2 loc) · 357 Bytes

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