C# lambda statements


Explaining C# lambda statements in one sentence (and LINQ in about 10)

This post is not sufficient to learn LINQ. For that I suggest the excellent LINQ in Action. But when you are done, 90% of LINQ can be distilled down to the following items, starting with defining a lambda expression. And each of these concepts is fundamentally very simple and straightforward.

Related Posts