Abstract
An Introduction to LINQ
 

 

In this lecture we will introduce LINQ. We will emphasize the historical background of LINQ, and the basic C# ideas and patterns, on top of which LINQ has been built. We will also draw the attention to similarities and differences between LINQ queries and methods in the generic List class, which we discussed in an ealier lecture about collections.
 

Start
Table of contents