LINQ
LINQ is a codename for a set of extensions to the .NET Framework that encompass language-integrated query, set, and transform operations. It extends C# and Visual Basic with native language syntax for queries and provides class libraries to take advantage of these capabilities.
Free Books
  • AddisonWesley

    Essential C# 4.0

    C# achieves the same functionality using a delegate, which encapsulates methods as objects, enabling an indirect method call bound at runtime.
    AddisonWesley 10/13/2009 12:11:34 AM
  • murach

    Murach's ADO.NET 3.5, LINQ, and the Entity Framework with C# 2008

    In this chapter, you’ll learn the basic concepts and skills for using a new feature of C# 2008 called LINQ. To illustrate these concepts and skills, I’ll use an implementation of LINQ called LINQ ...
    murach 8/13/2009 5:15:18 AM
  • AddisonWesley

    Essential LINQ

    It uses the mapping of classes to tables to translate LINQ queries to SQL commands and then materializes objects from the rows returned. The objects can be related to each other in a graph of objec...
    AddisonWesley 7/28/2009 11:44:01 PM