Functional Programming 101: Lambda Forms
Here’s a great post on Functional Programming 101: Lambda Forms. Lambda expressions are used in LINQ (among other places) to make the code more elegant, so the audience should be wide. These examples are written in Python, but the idea of the Lambda expression stays the same across languages. Here is one Microsoft viewpoint on Lambda [...]