Generic Delegates and Lambda Expressions
Generic delegates and lambda expressions underpin LINQ. If you’ve been struggling to get your arms around these new concepts, this post should help demystify matters for you.
Of course, there are a a host of other new .NET language features that enable LINQ as well. These include extension methods, type inference, anonymous types, [...]

Read Users' Comments (0)