Skip to content

The purpose of this tutorial is to try to learn the basics of Onion architecture, MediatR library, CQRS, and Mediator patterns through a mini project.

Notifications You must be signed in to change notification settings

Cenny26/OnionArchitecture-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onion Architecture In ASP.NET Core With CQRS

The onion architecture, introduced by Jeffrey Palermo, overcomes the issues of the layered architecture with great ease. With Onion Architecture, the game changer is that the Domain Layer (Entities and Validation Rules that are common to the business case) is at the Core of the Entire Application. This means higher flexbility and lesser coupling. In this approach, we can see that all the Layers are dependent only on the Core Layers.

References

MediatR library, CQRS, and Mediator patterns: MediatR Tutorial

About

The purpose of this tutorial is to try to learn the basics of Onion architecture, MediatR library, CQRS, and Mediator patterns through a mini project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages