Language

Hosting ASP.NET Web API

In this chapter, you'll learn:
How to host your web API.

  1. Self-Host a Web API

    By Mike Wasson|

    This tutorial shows how to use ASP.NET Web API to host an HTTP service outside of IIS.

  2. Sample: ASP.NET Web API Self-Host

    The sample demonstrates how to use ASP.NET Web API to self host a simple web API in your own process.

Web API Books

Microsoft's Jon Galloway recommends these books for learning ASP.NET MVC:

Pro ASP.NET Web API

Pro ASP.NET Web API

by Tugberk Ugurlu, Alexander Zeitler

Designing Evolvable Web APIs with ASP.NET

Designing Evolvable Web APIs with ASP.NET

by Glenn Block, Pablo Cibraro, Pedro Felix, Howard Dierking, Darrel Miller

ASP.NET MVC 4 and the Web API: Building a REST Service from Start to Finish

ASP.NET MVC 4 and the Web API: Building a REST Service from Start to Finish

by Jamie Kurtz