What is lambda expressions in c#?



What is lambda expressions in c#?..

Answer / Ajay Kumar Rajak

Lambda expressions are anonymous functions that can be used inline within other code. They consist of a parameter list, an arrow token (=>), and the function body, all enclosed in parentheses. Lambda expressions enable functional programming constructs like higher-order functions and event handlers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is RPC? What is the use of it?

1 Answers   Accenture,


Who is using .net core?

1 Answers  


Describe difference between inline and code-behind?

1 Answers  


i had attended to infosys interview on 17th april 2010...on .net..3+ experience for Technology Analyst .. to my knowledge i did well in technical and hr whether i loose the interview or still processing is taking place..am confused please. what accuatly would be happend?

1 Answers  


What is CCW (COM Callable Wrapper)

1 Answers  


What is the use of immutability?

1 Answers  


What makes .net core cross platform?

1 Answers  


Will it go to finally block if there is no exception happened?

1 Answers  


What distributed process frameworks outside .NET do you know?

1 Answers  


Describe session handling in a webform, how does it work and what are the limitations?

1 Answers  


how we can capture the value in textbox when selectedvluechanged event of gridview is fired

1 Answers  


What is the new three features of COM+ services, which are not there in COM (MTS)

1 Answers   TCS,


Categories