How to Consume a Data Service in WPF

In this video we will learn how to consume an ADO.NET Data Service from within a WPF application. ADO.NET Data Services provide a way to query and
extract data from a data store. We will see how LINQ gets translated into the required RESTful service request to return a subset of data.

Here is the detailed video:

How to Consume a Data Service in WPF