ASP.NET Web API Now Uses Json.NET, Gets Several Enhancements
ASP.NET Web API Release Candidate gets several enhancements such as Json.NET as the default serializer, better testability of Http Message handlers, the IAPIExplorer API and more.
Notably, Json.NET now becomes the default serializer for Web API which means we don’t need to swap the default implementation any more – for instance, to be able to work with dates (Json.NET 4.5 uses the ISO 8601 date format by default). As a result, the redundant System.Json.dll has been removed. As Microsoft puts it -
Json.NET provides the flexibility and performance required for a modern web framework.
HttpClient now derives from a new HttpMessageInvoker and the latter can be used for unit testing Http Message handlers, rather than using former directly which are heavier. Also the IAPIExplorer API has now been included into the release bits. The complete list of changes are included in the release notes.
ASP.NET Web API is a WCF-alternative from Microsoft for building RESTful web services. The RC was released with the other ASP.NET web stack components such as ASP.NET web pages 2 and ASP.NET MVC 4.
Educational Content
Intro to CLP with core.logic
Ryan Senior Jun 18, 2013
Spock: A Highly Logical Way To Test
Howard Lewis Ship Jun 18, 2013
Java Garbage Collection Distilled
Martin Thompson Jun 17, 2013
C++11 The Future is Here
Bjarne Stroustrup Jun 16, 2013
The Big Data Revolution
Claudia Perlich Jun 16, 2013




Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think