Lecture overview -- Keyboard shortcut: 'u'  Previous page: Deferred Execution -- Keyboard shortcut: 'p'  Next page: Query Syntax versus Method Syntax -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Page 9 : 11
Object-oriented Programming in C#
An Introduction to LINQ
The technical basis of LINQ

Most elements of C# 3.0 are invented as the technical basis of LINQ

  • Crucial prerequisites for LINQ:

    • Extension methods

    • Lambda expressions

    • Anonymous types

    • Implicitly typed local variables

    • Object initializers