.NET FAQs Unleashed!
 
    
    

What are WCF Data Services?

WCF Data Services allow representation of data over HTTP, XML or JSON. The data model used in a WCF Data Service does not necessarily be the same as the data model of the database. Rather, this may be a trimmed down or a modified version. WCF Data Services are frequently used with Entity Framework.

WCF Data Services is mainly about how data is represented on a network.

ADO.NET Base Classes   DataSet Advantages   SQL Queries through String Concatenation   Deferred Execution in LINQ   Object LINQ Provider VS. Database LINQ Provider   .edmx file   ADO.NET Entity Framework   Silverlight connections to databases   Multiplicity and Degree in Entity Framework   NHibernate   WCF Data Services   Optimistic Concurrency | OptimisticConcurrencyException   TransactionScope Class   Entity Framework and CRUD   Lazy Loading  

More Interview Questions...