Web API Hosting

Watch the first few minutes on us! If you'd like to watch the entire video and hundreds more like it, download code samples, access offline videos and skills assessments, and use the discussion forums, log in or purchase a subscription.


Instructor

Tony Sneed

Description

ASP.NET Web API was designed to be host-independent, expanding your hosting options beyond IIS to include any .NET application – even desktop apps and Windows Services. Version 2 of Web API features an OWIN host adapter which permits you to move cross-cutting concerns, such as logging or security, into middleware components that are independent of the hosting environment and that apply to any assortment of downstream Web frameworks such as ASP.NET MVC, Nancy, or SignalR. In this session, you’ll learn about Web API’s hosting architecture and learn how to create and configure OWIN components of your own.

Table of Contents

{{toc.Position}} {{toc.Text}}

Related Links

  • {{link.LinkText}} (requires a paid subscription)

Series

This course is part of the following series: