1.

What is the difference between Linq and lambda expression?

Answer»

Following are the difference between LINQ expression and LAMBDA expression

LINQ expressionLambda expression
In order to extend the functionality a query capabilities LINQ expression to the language syntax of C# and VISUAL Basic.It is a function that is used to create EXPRESSIONS in the FORM of a tree. With the help of lambda expression, USERS can write local functions that can be PASSED as a return value of function calls


Discussion

No Comment Found