0
kicks
Lambda Expressions in .Net 3.0
In this post we are discussing the new feature Lambda Expressions being introduced in .NET 3.0 .
C# 3.0 introduces a new feature called lambda expressions. While this is not a revolutionary thing, it opens up a plethora of new possibilities for .Net programming. This post aims to introducing the Lambda Expressions by providing a background, the syntax for using it , and a suitable example.