What is the difference between WCF Service, WCF RIA Services and WCF Data Services?
What is the difference between WCF Service, WCF RIA Services and WCF Data Services?
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.
WCF is a communication infrastructure for services in general. WCF RIA services automatically generates client and server proxy objects to facilitate application development, and depends upon WCF to do the actual communication. ADO.Net data services has been renamed to WCF Data Services, and provides OData services over WCF.