Tuesday, 23 April 2013

RESTful web services

I've written SOAP WCF web services and I have heard the terms JSON (pronounced Jason) and RESTful services but I certainly have never written one or fully understand what they are. Wikipedia is always a good place to start, but a Google search of "rest web service example C#" came up with a very interesting first hit. I've spent some time today reading this article and looking at the code behind it.

REST Web Service using C# A walkthrough

Now I understand why Steve said I should use REST web services if I want my app to be usable on Android.

No comments:

Post a Comment