More advanced topics for ASP.NET Web API development, after you've learned the basics.
By Mike Wasson|
Configuration settings and extensibility points for Web API.
By Mike Wasson|
How to inject dependencies into your Web API controllers.
By Mike Wasson|
This tutorial shows how to use HttpClient in a C# console application, to make HTTP calls to a web API.
By Mike Wasson|
Describes the Web API pipeline for processing HTTP messages and how to extend it with custom handlers.
By Mike Wasson|
Shows how to add custom HTTP message handlers to the HttpClient pipeline.
By Mike Wasson|
Shows how to post form data with encoding type "application/x-www-form-urlencoded" to a web API.
By Mike Wasson|
Shows how to upload files to a web API and describes how to process multipart MIME data.
Brad Wilson shows how to add support for batching HTTP request and response messages.
By Mike Wasson|
Shows how to work with HTTP Cookies in ASP.NET Web API
Howard Dierking describes options for versioning RESTful APIs.