As a belated follow up to my post on C# Anonymous Methods, let’s look at a closely related feature of the CLS: lambda expressions. Then let’s use a lambda expression to improve the code example from that earlier article. Continue reading “C#: Lambda Expressions”