Fat Controller CQRS Diet: Simple Query
This is a series of blog posts that demonstrate how to thin your controllers by implementing commands and queries using the MediatR library. For demonstration, I’m converting the MusicStore application that’s using ASP.NET Core MVC. For more information on the purpose of this series, check out my initial post. Follow Along You can get all the code for this entire series on on my fork of the MusicStore app GitHub. If you have any improvements or suggestions, please create an issue or send a PR and I’ll be sure to include it in any of my blog posts. https://www.youtube.com/watch?v=hilMOUL6GHAVideo… Read More »Fat Controller CQRS Diet: Simple Query