+ 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
1 Respuesta
+ 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