In the previous post we’ve covered ASP.Net Web API 2 attribute routing, in this post we’ll complete covering new features, we’ll start by discussing the new response return type IHttpActionResult then cover the support for CORS. Source code is available on GitHub. ASP.Net Web API 2 IHttpActionResult: As we talked before ASP.Net Web API 2 has […]