Best definition of lamba expression ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Best definition of lamba expression ?

As far i know they are more like anonymous function that can be called for various operations but don't have clear concept

8th Jun 2019, 7:55 PM
Abdullah Moeen
Abdullah Moeen - avatar
1 Answer
+ 6
C# 3.0(.NET 3.5) introduced the lambda expression along with LINQ. The lambda expression is a shorter way of representing anonymous method using some special syntax. Get complete details with example from here :- https://www.tutorialsteacher.com/linq/linq-lambda-expression
11th Jun 2019, 8:18 PM
A͢J
A͢J - avatar