Lambda expressions in LINQ

Describe about lambda expressions which are used in LINQ?

E

Expert

Verified

Lambda expression is a function without a name which computes and returns the single value. Every lambda expressions use a lambda operator =>, that read as “goes to”. Left side of a lambda operator state the input parameters and right side holds a expression or statement block.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.