Lambda expressions

Lambda Expressions as Shorthand for Delegate Initialization

Lambda Expression as an Event Handler

Lambda Expressions with Multiple Parameters or No Parameters

Lambdas can be emitted both as Func and Expression

Put Multiple Statements in a Statement Lambda

Lambdas for both Func and Action

Passing a Lambda Expression as a Parameter to a Method