Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference Between WCF Service, WCF RIA Services, and WCF Data Service

What is the difference between WCF Service, WCF RIA Services and WCF Data Services?

like image 859
Asim Sajjad Avatar asked Jun 10 '10 10:06

Asim Sajjad


1 Answers

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.

like image 142
Pat Avatar answered Sep 30 '22 16:09

Pat