LINQ for Visual C# 2008
C # programmers at any level need to learn about LINQ (Language-Integrated Query),
Microsoft’s breakthrough technology for simplifying and unifying data access from any data
source. With LINQ you can write more elegant and flexible code, not just to access databases
and files but also to manipulate data structures and XML.
LINQ for Visual C# 2008 is a short guide to the major features of LINQ. It thoroughly covers
LINQ to Objects, LINQ to SQL, LINQ to DataSet, and LINQ to XML. For instance, you’ll
learn to...