LINQ For Dummies
Chapter One
Getting to Know LINQ
In This Chapter
* Defining LINQ uses, benefits, and design goals
* Considering the real world uses of LINQ
* Defining declarative programming languages
* Understanding the LINQ namespaces
The Language INtegrated Query (LINQ) feature of Visual Studio 2008 provides
you with a new way to interact with data of all types. In fact, this
new feature provides you with tools that make it easier to create queries
using less code. The resulting queries are often easier to understand than
other techniques for deriving information from both standard (think databases)
nonstandard (think memory data structures) data sources. In addition,
you gain a measure of flexibility that most developers associate with
using a database, not lists provided internally as part of applications.
REMEMBER
The easiest way to think of LINQ at the outset is as a means of looking for
something - a specialized kind of search. Because most people are inundated
with information today, providing a fast means of ... read full excerpt from: LINQ For Dummies ebook