Last Updated: February 25, 2016
·
580
· jamalhkhan

Microsoft's WebAPI

Microsoft's doing a lot with the WebAPI. It's built on top of ASP.NET MVC, and includes support for things like JSONP, CORS (Cross Origin Sharing Requests). The WebAPI development--as well as ASP.NET 5.0's still infant code base is available for all at http://aspnetwebstack.codeplex.com/

It's starting to come together relatively well. I encourage everyone to take a look. Good stuff.

1 Response
Add your response

Totally agree, WebAPI is good stuff.

Self-hosting WebAPI is fantastic. You can host an API right inside your unit test process for truly meaningful tests.

over 1 year ago ·