Would you use WCF Linq and JSON for an API

Posted by Rico on Stack Overflow See other posts from Stack Overflow or by Rico
Published on 2010-06-16T23:42:37Z Indexed on 2010/06/16 23:42 UTC
Read the original article Hit count: 133

Filed under:
|
|
|
|

Ok Im building AN API but also wanting to have that API used by my own Application. I am pondering WCF, LinQ and JSON for my Webservices and Data and Silverlight for my application.

I have a few questions.

1) would you recommend XML over JSON or Json over XML? a) is Json going to transfer and deserialize faster natively or is XML going to transfer and deserialize faster?

2) would Using LINQ hinder anyone connecting to my Service form PHP?

3) Would you recommend something different?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wcf