May 2013
Intermediate to advanced
226 pages
4h 16m
English
In this recipe, we will see how to expose a basic service and some data through HTTP with the ASP.NET web API.
In order to use this recipe, you should have Visual Studio 2012 and ASP.NET MVC 4 installed (the latter one includes the ASP.NET web API).
Next we are going to create a web API:
WebAPI101.
The following project structure ...