This blog contains questions generally asked in ASP.Net interviews along with their relevant answers
Wednesday, February 12, 2014
What is a Lambda Expression?
A lambda expression is an anonymous function and it is mostly used to create delegates in LINQ.
Simply put, it's a method without a declaration, i.e., access modifier, return value declaration, and name.
No comments:
Post a Comment