LINQ in Action cover
welcome to this free extract from
an online version of the Manning book.
to read more
or

About This Book

 

Welcome to LINQ in Action. This book is an introduction to the Microsoft .NET LINQ technology and the rich toolset that comes with it.

LINQ stands for Language INtegrated Query. In a nutshell, it makes query operations like SQL statements into first-class citizens in .NET languages like C# and VB. LINQ offers built-in support for querying in-memory collections such as arrays or lists, XML, DataSets, and relational databases. But LINQ is extensible and can be used to query various data sources.

Our goal with this book is to help developers who have an existing knowledge of the .NET Framework and the C# or VB.NET language to discover the concepts introduced by LINQ and gain a complete understanding of how the technology works, as well as how to make the best of it in their projects.

LINQ in Action covers the entire LINQ spectrum. From Hello World code samples and the new C# 3.0 and VB.NET 9.0 features to LINQ’s extensibility and a tour of all the LINQ providers, this book has everything you need to get up to speed with LINQ and to be able to create applications that take advantage of it.

Who should read this book

How the book is organized

Tools used

Source code

Conventions

Typographical conventions

Author Online

About the authors

About the title

About the cover illustration

sitemap