I was working on some json/rest web services written in windows communication foundation (wcf). I wanted to use the System.Json namespace to do some of this. I made an http web request asynchronously. In my call back method, I have following code doing...
Note: I always forget this stuff, so I'm putting it my blog to help me remember it. Calling a JSON REST based service with some params isn't that hard. I have an endpoint that has this interface: [WebInvoke(UriTemplate = "/Login", Method="POST", BodyStyle...