|
|
|
|
Chapter 11: An introduction to LINQ
by
Murach
on
Aug 13, 2009
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 to Objects. You use LINQ to Objects to work with in-memory data structures such as generic lists and arrays.
|
|
|
|
Chapter 8 : Reading Objects with LINQ to SQL
by
Addison Wesley
on
Jul 28, 2009
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 objects that is managed by LINQ to SQL on your behalf.
|
|