Fat Controller CQRS Diet
I’ve been meaning to create a sample application that uses the MediatR library to dispatch command and queries. All of this organizing and writing your code in vertical slices rather than layers. Why? I can only speak from my experiences and how I came to applying CQRS with mediator pattern. Hopefully you can can relate and translate it to your own code base and determine if it is a right fit for you. And that’s really important. Is it a right fit for your application. What this series will demonstrate is not to be used as silver bullet. Nor should… Read More »Fat Controller CQRS Diet