Do your controllers need to go on a diet? Fat controllers can quickly lead to tight coupling by the abundance validation, business logic, and data access. Thin out your controllers by only using your web framework for what it’s good at: HTTP, Routing, and Serialization. Attendees will learn to how to organize code by feature by leverage CQRS and the Mediator pattern to decouple your core business capabilities from your web framework.