Nuacht

Visual Studio 2013 came with a new version of Web API. The Web API 2.1 update includes a host of new features, including support for Binary JSON. Learn how to leverage BSON by building a Web API 2.1 ...
Google Maps is announcing a small update today that makes life a bit easier for developers who want to use the service by adding GeoJSON support to its JavaScript API. GeoJSON is an open-source ...
Web API doesn’t allow you to pass multiple complex objects in the method signature of a Web API controller method — you can post only a single value to a Web API action method.