Throttling ASP.NET Web API calls
Explains how to implement rate limiting/throttling in ASP.NET Web API using message handlers for better performance.
Explains how to implement rate limiting/throttling in ASP.NET Web API using message handlers for better performance.
A guide to implementing API versioning in ASP.NET Web API using custom media types in the Accept header, with code examples.
Announcement of a temporary takeover of the @msdnbelux Twitter account to share content on ASP.NET, JavaScript, and Azure.
Guide to configuring IIS and ASP.NET Web API to support additional HTTP methods like HEAD, PATCH, or custom verbs by removing WebDAV conflicts.
A guide on implementing API key authentication in ASP.NET Web API using a custom DelegatingHandler to map keys to user identities.
A guide on implementing OAuth2 delegation for ASP.NET Web API using Windows Azure Access Control Service to simplify authentication.
A technical guide on implementing domain and subdomain-based routing for multi-tenant APIs in ASP.NET Web API.