How Do I Use LINQ to DataSet in Visual Studio 2008
In this video learn the main features of LINQ to DataSet which provides LINQ (Language Integrated Query) capabilities for DataSet objects. First, learn the fundamentals of querying a DataSet then see how to do more complicated filtering and ordering. Additional features like selecting a single element in the query result set and creating a new query result set from the intersection of two query result sets. Also learn about the aggregate operator capabilities.
By: Chris Pels