Publishing content with AtomPub and ASP.NET Web API - Part 1
A technical guide on implementing the Atom Publishing Protocol (AtomPub) for content management using ASP.NET Web API, including creating a custom MediaTypeFormatter.
A technical guide on implementing the Atom Publishing Protocol (AtomPub) for content management using ASP.NET Web API, including creating a custom MediaTypeFormatter.
Explains how to implement content negotiation in ASP.NET MVC to return JSON, XML, or HTML based on client accept headers.
An overview and example of using the REST for ASP.NET MVC SDK to easily expose Web APIs from ASP.NET MVC applications.