BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News ASP.NET Web API Now Uses Json.NET, Gets Several Enhancements

ASP.NET Web API Now Uses Json.NET, Gets Several Enhancements

Bookmarks

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

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT