CQRS Pattern With C# and MediatR (Part 2)
Implement CQRS pattern with MediatR library in a real world application
3 min readAug 7, 2020
--
This article is the continuation of the first one already published about “CQRS pattern with C# (Part 1)”, therefore, we will not go to explain CQRS proposal again. In this second part we are going to speak about MediatR Library and how it can implement read and write…