What is a lambda expression in c#?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
• An anonymous function introduced in C++11, defined as:
• [capture_list](parameters) -> return_type { body }
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
• An anonymous function introduced in C++11, defined as:
• [capture_list](parameters) -> return_type { body }
| Is This Answer Correct ? | 0 Yes | 0 No |
• An anonymous function introduced in C++11, defined as:
• [capture_list](parameters) -> return_type { body }
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / Rajan Prasad
A lambda expression is an anonymous function that can be used to pass code as an argument or return code as a value. Lambda expressions are syntactically represented by a set of parameters enclosed within parentheses, followed by the '=>' token (read as goes to) and the body of the lambda expression.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is polymorphism and its types in c#?
Explain the types of errors in c#?
Explain metadata in c#.
How can you achieve run time polymorphism in C#?
What is the difference between ienumerable and icollection?
Write one code example for compile time binding and one for run time binding? What is early/late binding?
What are custom exceptions?
What is xml serializer?
Enlist some of the properties of a thread class?
how to convert String array to StringBuilder array or vice versa?
What is default value of decimal c#?
State two different types of access modifiers.
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)