Would you use WCF Linq and JSON for an API
- by Rico
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?