What is the difference between the two? Are they supposed to perform one and the same function – data binding? Or are they “apples and oranges” in comparison?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
These are really different things. LINQ to XML is a way of trying to treat XML data as though it were relational, and querying on that data.
RIA services are a special type of WCF service that exposes data to tightly-coupled clients. They can have SOAP/binary, SOAP/XML, or JSON endpoints. You can think of RIA services as a “LINQ to web service”, and though it will work with AJAX, it was really intended for a Silverlight client.