Getting Started with ASP.NET Web API (Tutorial Sample)
Sample code for the following tutorial on asp.net:Getting Started with ASP.NET Web APIExcerpt from the tutorial:
HTTP is not just for serving up web pages. It is also a powerful platform for building APIs that expose services and data. HTTP is simple, flexible, and ubiquitous.