1.

What is an Anonymous function in LINQ?

Answer»

The anonymous function in LINQ is a function which is USED once and for a limited number of TIMES. This function is not bound to an identifier. With the help of anonymous function number of functions are created which have no specified time. 17. What is deferred execution in Linq?

In LINQ, a Deferred Execution basically MEANS that there is a delay in the evaluation of an expression and shall be realized only when the user needs it.



Discussion

No Comment Found