News

Lambda expressions were first introduced in .NET 3.5, at the same time that Language Integrated Query (LINQ) was made available. Lambda expressions are like anonymous methods but with much more ...
At first glance, local functions and lambda expressions are very similar. In many cases, the choice between using lambda expressions and local functions is a matter of style and personal preference.
Expressions and Lambdas 19 July, 2008. It was a Saturday. Some conversation on a recent post on Chad’s blog brought up the confusion between Lambdas and Expressions. A while back, I went into the ...
C# 6 Feature Review: Expression-Bodied Function Members 17 December, 2015. It was a Thursday. In the last post, I looked at auto-property enhancements, with several comments pointing out some nicer ...
At first glance, local functions and lambda expressions are very similar. In many cases, the choice between using lambda expressions and local functions is a matter of style and personal preference.