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 |
Give examples for value types?
what is IComparable
What is a dll in c#?
Can you put two constructor with the same structure in a class?
Differentiate between copy and default constructor.
What is meant by enumerable in c#?
What's difference about switch statements in C# ?
what is the syntax to inherit from a class in c#?
What is difference between iqueryable and ienumerable in c#?
int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?
What is string class in c#?
Can you use foreach iteration on arrays in c#?
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)