What is a lambda expression?



What is a lambda expression?..

Answer / Ashish Agarwal

"A Lambda Expression is an anonymous function that can be used in place of a method reference, providing a more concise syntax for defining small functions. It consists of a statement enclosed within curly braces {} followed by a list of parameters, if any, separated by commas and enclosed within parentheses ()"n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What are important features linq?

1 Answers  


What is SQL metal in LINQ?

1 Answers  


How you can assign a lambda expression to a delegate?

1 Answers  


How to return iqueryable from linq query?

1 Answers  


What is the difference between the Take and Skip clauses?

1 Answers  


What is meant by linq?

1 Answers  


What is linq expression?

1 Answers  


How can you handle concurrency at field level in LINQ to SQL?

1 Answers  


What is the use of using system linq?

1 Answers  


Why linq is used in c#?

1 Answers  


What is meant by linq in c#?

1 Answers  


Explain how LINQ is useful than Stored Procedures?

1 Answers  


Categories