Following are the difference between LINQ expression and LAMBDA expression

LINQ expression Lambda 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
BY Best Interview Question ON 02 Apr 2020