You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple application written using .Net Core 3, Mediatr and FluentValidation to demonstrate a modern CQRS system following clean architecture principals.
Mediatr is a simple library that allows .NET applications to easily implement a mediator pattern.
What is FluentValidation?
FluentValidation is a popular library for .NET applications that allows us to strongly type our validation rules.
About
A simple application written using .Net Core 3, Mediatr and FluentValidation to demonstrate a modern CQRS system following clean architecture principals.