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 ...
Windows Communication Foundation has steadily evolved to better support SOA and Web services. Here's how to get the most out of your WCF-based services architecture. If you want to exploit ...
As the de facto IT guy for a family of four working and schooling at home, I deeply appreciate any technology that does its job without my having to tinker with software or hardware when I’m trying to ...
RESTful clients can update the score by invocating the same URL through a PUT invocation while also passing query parameters. Again, the program will return a JSON-based representation of the score ...
REST is one of the most influential ideas in distributed architecture. Here's why it matters and how to understand RESTful services in theory and practice. REST, or Representational State Transfer, is ...