/Home /Archive /Syndicate /Blog /Support /About /Contact  
All Visual Basic Feeds in one place!





            // Fill the Customer table that is part of the AjaxDataSet
            AjaxDataSetTableAdapters.CustomerTableAdapter customerTableAdapter = new LINQ_To_MSAccess_CS2008.AjaxDataSetTableAdapters.CustomerTableAdapter();
            customerTableAdapter.Fill(ajaxDataSet.Customer);
            // Use Linq to DataSet to query the Customer table.
            var customerQuery = from c in ajaxDataSet.Customer.AsEnumerable() select c;
            foreach (AjaxDataSet.CustomerRow customer in customerQuery)
            {
                MessageBox.Show(customer.Name);
            }

Learn More

LINQ to DataSet

LINQ to DataSet makes it easier and faster to query over data cached in a T:System.Data.DataSet object. Specifically, LINQ to DataSet simplifies querying by enabling ...

ADO.NET team blog : Querying DataSets – Introduction to LINQ to ...

Greetings fellow data junkies! My name is Erick Thompson, a PM at Microsoft who is working on driving ADO.NET forward to utilize the latest and best technology that we have coming ...

The Moth: LINQ to DataSet

Another LINQ implementation that will ship with Fx 3.5 is LINQ to DataSet (not to be confused with LINQ to SQL). LINQ to DataSet is about offering a strongly typed in-memory query ...

LINQ To DataSet Samples

LINQ to DataSet Samples

LINQ to DataSet | DanielMoth | Channel 9

Author: Hi, I am Daniel Moth Introduction: Assuming you understand how LINQ to objects works and assuming you know how DataSets work, this 18' video shows you how LINQ to DataSet ...

LINQ to DataSet

Latest screencasts by Daniel Moth. Managed AddIn Framework (Part 2) Managed AddIn Framework (Part 1) Sync Services for ADO.NET. Debugging Into the .NET Framework Source Code with ...

LINQ to Datasets - Hooked on LINQ

Edit Introduction LINQ to DataSet allows developers to write “queries” over existing DataSet sources within applications. DataSet’s were the main tool prior to LINQ that ...

Introducing LINQ to DataSet : The Official Microsoft ASP.NET Site

Microsoft portal site for the ASP.NET development community. Download Visual Web Developer, post to the forums, read ASP.net blogs and learn about ASP.net.

CoDe Magazine - Article: Rich Query for DataSet- An Introduction to ...

... .NET framework 3.5, Microsoft® will introduce support for a technology called Language Integrated Query (LINQ), and with this introduction, an implementation of LINQ to DataSet.

CoDe Magazine - Article: Rich Query for DataSet- An Introduction to ...

Rich Query for DataSet- An Introduction to LINQ to DataSet (Cont.) Shaping the Query Results-Beyond DataRows. LINQ query developers often want to shape their query results to meet ...

MSDN Webcast: Introducing LINQ to DataSet (Level 200)

Join this session as we explore how new technologies within Microsoft Visual Studio code name "Orcas" make working with data a better experience.

 

 

© 2005 Serge Baranovsky. All rights reserved.
All feed content is property of original publisher. Designated trademarks and brands are the property of their respective owners.

This site is maintained by SubMain(), a division of vbCity.com, LLC