How ASP.NET Web API binds HTTP messages to domain models, and how to work with media formats in Web API.
By Mike Wasson|
This tutorial shows how support additional media formats in ASP.NET Web API.
By Mike Wasson|
Describes the built-on support for JSON and XML serialization.
By Mike Wasson|
Shows how to support BSON format in your web API, and how to use BSON format with HttpClient.
By Mike Wasson|
Describes how ASP.NET Web API implements HTTP content negotiation.
By Mike Wasson|
This article shows how to annotate your models, use the annotations for data validation, and handle validation errors in your web API.
By Mike Wasson|
This article describes how Web API binds action parameters, and how you can customize the binding process.