Fat Controller CQRS Diet: Vertical Slices
This post is in my Fat Controller CQRS Diet series. It demonstrates how to thin your controllers by implementing commands and queries using the MediatR library. Specifically in this post, I’ll look at organizing your code by vertical slices. I’m converting the MusicStore application that’s using ASP.NET Core MVC. All the source code is available on GitHub. If you’re new to this series, here are earlier posts to get up to speed: Overview of Series Simple Query Simple Command Command Pipeline Notifications Organize by Feature Feature Slices or Vertical Slices are the terms I’ve heard the most for what I call… Read More »Fat Controller CQRS Diet: Vertical Slices