[Table of Contents] [Next Topic] In order to learn functional programming and a more declarative style of writing code, we need first to cover some basic material. One of the first concepts is that of lambda expressions. Lambda expressions...
blogs.msdn.com/ericwhite/pages/Lambda-Expressions.aspx
-
Get Site Info
C# 3.0 introduces lambda expressions, a more concise syntax for declaring method code inline where in the past you would have used a delegate function.
www.developer.com/net/csharp/article.php/3598381
-
Get Site Info