Online E-Books Links
ASP.NetC-SharpVB.Net SQL ServerAJAXXML

What is a Lambda Expression?

A lambda expression is an anonymous function that can contain expressions and statements, and can be used to create delegates or expression tree types. All lambda expressions use the lambda operator =>, which is read as goes to.
Lambdas are used in method-based LINQ queries as arguments to standard query operator methods e.g. Where.