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 ...
I don't use Visual Studio's Edit menu enough, obviously: For some time there's been a Paste Special option on that menu that I didn't know about. It has up to two choices depending on what kind of ...
I would like to create a project in Visual Studio 2008 for some simple web services that produce JSON responses (i.e. REST), which would run in ASP.NET. Using the VS terminology, this doesn't seem to ...
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 ...