Getting Started with ASP.NET Web API

3 Minute Video

ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Web API is an ideal platform for building RESTful applications on the .NET Framework.

Install ASP.NET MVC 4
  • ASP.NET MVC 4 includes ASP.NET Web API.
  • Choose either the Web Platform for Visual Studio 2010 or for Visual Studio 11, depending on which version you are running.
  • ASP.NET Web API section of the ASP.NET MVC 4 Release Notes

Getting Help and Reporting Issues

In this chapter, you'll learn:
The basics of building an HTTP service using ASP.NET Web API

  1. Video: Your First Web API

    By Jon Galloway|February 15, 2012

  2. Tutorial: Your First Web API

    By Mike Wasson|January 21, 2012

    In this tutorial, you will create your first HTTP service using ASP.NET Web API.

  3. Building HTTP services with ASP.NET Web API in MVC 4 Beta

    Daniel Roth presents ASP.NET Web API at Community For MVC (C4MVC)

ASP.NET Web API Videos

1. Your First Web API

3 min, 59 secs

2. Getting Data

4 min, 40 secs

3. Delete and Update

5 min, 57 secs

4. Paging and Querying

3 min, 33 secs

5. Custom Validation

3 min, 43 secs

6. Authorization

2 min, 15 secs