News

My current request-response ... to someone else. For example, any time I'm playing with a RESTful API like the ones made available from Twitter or Google Maps, when faced with the choice of receiving ...
JSON is the leading data interchange format for web applications ... Strange, given the emphasis on XML, but it was JSON that made AJAX really shine. Using REST as the convention for APIs and ...
I'm having a little-bit of confusion properly understanding how WCF services generate there XML (or JSON) payload for POST RESTful services ... I get two distinct request and response payload ...
REST provides flexibility in choosing data format (plain text, HTML, XML, or JSON) while SOAP only uses XML. SOAP is suited well for applications where you need higher level of security.
APIs seem to be everywhere these days. Every popular online service has one. APIs allow developers to interact with online services without actually having to point and click their way through a UI.
REST (Representation State Transfer) is very popular these days. The architectural style is easy to use. You make a GET call to a URL, and get back data in a structured format such as JSON, YAML or ...