Skinny Fat, Lean Up Your Controllers - POST/PUT/DELETE Requests25 Oct, 2017This post focuses on the writes in the system and introduces the concept of a command and handlers for mutating state, reducing the controller further.Read More
Skinny Fat, Lean Up Your Controllers - GET Requests15 Aug, 2016In this post I will show you how to remove data access code from your GET actions to Lean Up Your Controllers.Read More
Skinny Fat, Lean Up Your Controllers - Introduction09 Jun, 2016Fat controllers are bad. In this series I will show you how you can lean up your controllers by moving your code to a command based system.Read More
API Versioning in Web API04 Feb, 2015FeaturedThere are many methods and opinions on how to version an API. This post shows how to version a .Net Web API using accept headers.Read More