End-to-end tutorials and samples for ASP.NET Web API
By Mike Wasson|
This tutorial shows how to support CRUD operations in an HTTP service using ASP.NET Web API.
This sample uses ASP.NET Web API to build a simple contact manager application. The application consists of a contact manager web API that is used by an ASP.NET MVC application and a Windows Phone application to display and manage a list of contacts.
How to create a web API that uses Entity Framework for database persistence.
Howard Dierking describes options for versioning RESTful APIs.
This tutorial shows how to deploy an ASP.NET Web API application to a Windows Azure Web Site.
By Mike Wasson|
This tutorial shows how to use ASP.NET Web API in an ASP.NET Web Forms project.
By Mike Wasson|
Learn how to add help pages for your web API, so that other developers will know how to call your API.