Implementing CQRS bases in .NET
At this stage, we begin the practical implementation of the CQRS pattern in .NET. You will learn how to install MediatR, create the first commands and queries, and how to use IRequest<T> to completely separate writing from reading in a clean and scalable project.
Citește mai mult