Quantcast
Channel: Ashish Khandelwal » ASP.Net
Viewing all articles
Browse latest Browse all 25

Lambda Expressions supersede Anonymous Methods

$
0
0
Lambda expressions introduced in the C# 3.0. Lambda expressions help reducing the burden of writing Anonymous Methods. Before Anonymous Methods there was only way to declare the delegate was to use named method. Microsoft has put continues effort to reach to Lambda expressions: -      Before C# 2.0, named methods was the only option to declare […]

Viewing all articles
Browse latest Browse all 25

Trending Articles