Introduction

ASP.NET Web API is a framework for building and consuming HTTP services that can be reached by a broad range of clients including browsers and mobile devices. In this sample we show how you can build web APIs that support browser clients and can be easily called using jQuery. The sample demonstrates how to implement support for simple CRUD operations (GET, POST, DELETE), client-side and server-side validation, server-side query and also authorization using forms-based authentication.

Requirements

Description

This sample code is the basis for the following sequence of videos that can be found on the ASP.NET Web API home page:

More Information

For more information on ASP.NET Web API and to download and install the framework please visit the ASP.NET Web API home page.