This is the code for my Lambda expression post.It covers:
- A comparision of delegates, anonymouns functions and lambda expressions
- How to pass lambda expressions as arguments to functions
- How to combine extension methods and lambda expressions
The first two items are covered in the "SimpleExamples" project, while the last one is covered in the "ExtensionMethodsAndLambda" project