Navigate to list of lectures -- Keyboard shortcut: 'u'  Previous lecture -- Keyboard shortcut: 'p'  Next lecture -- Keyboard shortcut: 'n'  Course home        Alphabetic index  Exit possible frame set        First slide  First annotated slide  Lecture notes - all slides and notes together  Textbook of this lecture      PDF print page        Help page about these notes
Lecture 16

LECTURE 16:
An Introduction to LINQ

Kurt Nørmark ©
Department of Computer Science, Aalborg University, Denmark

Title page            Abstract            References from this lecture            Exercises in this lecture            Source programs in this lecture            

A complete PDF version of the text book is now available. The PDF version is an almost complete subset of the HTML version (where only a few, long program listings have been removed). See here.

Page 1Origin and Rationale
Page 2LINQ Concepts
Page 3Map, filter, and reduce
Page 4Basic LINQ Examples
Page 5An overview of some LINQ Query Operators
Page 6LINQ Query Operations vs List<T> methods.
Page 7How a LINQ Query Operation works
Page 8Deferred Execution
Page 9The technical basis of LINQ
Page 10Query Syntax versus Method Syntax
Page 11A Final Example: Sieve of Eratosthenes.

LENO - LEcture NOtes with LAML technologyGenerated: Monday February 7, 2011, 12:24:19
Program Oriented Web Engineering - using LAML