CQRS Validation with MediatR Pipeline and FluentValidation
Validation is an essential cross-cutting concern that you need to solve in your application. You want to ensure the request is valid before you consider processing it.
Another important question you need to answer is how you approach different types ...
milanjovanovic.hashnode.dev6 min read