i

ASP.Net A Complete Guide

Lambda Expressions

It is a mathematical notation used for defining anonymous functions.

Syntax:

Input ⇒ statement block

Example:

A ⇒ A* A;

Below are the few important operators:

  • Filtering:  Where the operator

  • Sorting: OrderBy, ThenBy, Reverse operator

  • Grouping: GroupBy operator

  • Join: Join operator

  • Conversion :ToDictionary, ToListAsEnumerable, AsQueryable, Cast operators