Building consistent responses in ASP.NET Web Api

This is my second part of the article about building consistent Web Api response. First was just high level overview about idea for building consistent web api responses. This article is about building consistent responses in ASP.NET Web Api specifically. Main idea to implement this in ASP.NET Web Api is to make own message handler. A message

Building consistent web api responses

This blog post will be about importance of building consistent web api responses. This first part will be almost language agnostic, but if you want to see real implementation of building consistent response from ASP.NET Web Api you can read second part. When you read about building successfull RESTfull web service you always read about