Introduction - If you have any usage issues, please Google them yourself
Microsoft WCF Data Services Application Sample
This sample shows a simple WCF Data Service exposing data through the ADO.NET Entity Framework and a WPF application consuming the WCF Data Service.
The solution is made up of the following projects:
DataServicesWebApp
This project contains the Entity Data Model that we will use as the basis of our WCF Data Service, as well as the service itself.
UserInterface
This project is a user interface implemented in WPF. The entry point for the application is in the code behind file for ProductList.xaml.