Microsoft has so fully embraced JavaScript that it's even created a superset of the language, called TypeScript. Another indication of how intertwined it's becoming as a core .NET language, along with ...
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 ...
When I started creating Web Services, I was using ADO.NET DataSets to retrieve data and then sending that data to my consumers using XML. Those Web Services are still there, but my consumers now want ...