What is the best method to call an arbitrary JSON server from .NET (Specifically Windows Phone 7)

Posted by davidhayes on Stack Overflow See other posts from Stack Overflow or by davidhayes
Published on 2010-04-12T21:47:39Z Indexed on 2010/04/12 21:53 UTC
Read the original article Hit count: 293

Filed under:
|
|
|
|

Hi,
I have a server that I have no control over, it's JSON based and I've put together a simple proof of concept that calls the server using HTTPWebRequest etc and it works fine (if a little wordy since MS have removed all Synchronous I/O calls).

Is there a better way of doing this? I've been looking at WCF as an option but any stable and reasonably performant library should do the job. This is a new area for me so I'm a little unsure what the best practice is (or where to find it out)

Thanks in advance
Dave

© Stack Overflow or respective owner

Related posts about wcf

Related posts about windows-phone-7