I present at a lot of the local Florida code camps (and some out of state ones as well) and have a presentation that focuses on understanding Lambda expressions in .NET.
This is not an exhaustive list, but it is a subset of the books, articles, blogs, and presentations that I used to form the content of my presentation.
Books
- Essential C# 3.0: For .NET Framework 3.5 (2nd Edition) (Microsoft .Net Development Series) (Paperback) (Mark Michaelis)
- The C# Programming Language (3rd Edition) (Microsoft .NET Development Series) (Hardcover) (Anders Hejlsberg, Mads Torgersen, Scott Wiltamuth, Peter Golde)
- Pro LINQ: Language Integrated Query in C# 2008 (Windows.Net) (Paperback) (Joseph C. Rattz, Jr)
- Accelerated C# 2008 (Accelerated) (Paperback) (Trey Nash)
- LINQ in Action [ILLUSTRATED] (Paperback) (Fabrice Marguerie, Steve Eichert, Jim Wooley, Matt Warren)
- Professional C# 2008 (Wrox Professional Guides) (Paperback) (Christian Nagel, Bill Evjen, Jay Glynn, Morgan Skinner, Karli Watson)
- C# in Depth: What you need to master C# 2 and 3 [ILLUSTRATED] (Paperback) (Jon Skeet)
Articles
- The Evolution of LINQ And Its Impact On The Design Of C# (Anson Horton)
- Lambda Expressions (C# Programming Guide) (MSDN Library, Visual C# Developer Center)
Presentations, Webcasts, Podcasts
- C# Version 3.0 – Lambda Expressions (Mike Taulty)
Blogs
- C# 3.0 for mere mortals, part 5: Lambda expressions (Alex Thissen)
- Dissecting Linq Expression Trees – Part 1 (Justin Etheredge)
- Dissecting Linq Expression Trees – Part 2 (Justin Etheredge)
- Evolution of C# delegate syntax from .NET 1.x to 3.5 (Bart Czernicki)
- What exactly are lambda expressions in C#? (Christian Liensberger)
- New “Orcas” Language Feature: Lambda Expressions (Scott Guthrie)
- Recursive lambda expressions (Mads Torgersen)
- Lambdas – Know Your Closures (Jason Olson)
- LINQ Overview, part two (Lambda Expressions) (“.NET Nomad”)
- Lambda Expressions C# 3.0 (Daniel Moth)
- Lambda Expressions (Eric White)
- Introducing Lambdas in C# (“CodeHappy”)
- Lambda Expressions in C# 3.0 – A little Extension Methods and LINQ Too… (David Hayden)