WebAPI 1.1 Basics - Hands-On introduction to WebApi
WebApi is the most important part of ASP.net going forward. Since most of the web-magic of the future will take place in the browser (AngularJS, etc.) the server will focus on delivering application parts and data. This is where WebAPI comes in. In the first set of posts I'll talk about the basics of WebApi and I'll start with a simple example.