Answers

Question and Answer:

  Home  Senior .Net Developer

⟩ Do you know what is lambda expressions in C#?

A lambda expression is an anonymous function that you can use to create delegates or expression tree types. By using lambda expressions, you can write local functions that can be passed as arguments or returned as the value of function calls. Lambda expressions are particularly helpful for writing LINQ query expressions.

 134 views

More Questions for you: