What is Lambda Expression?
Answer / sameer
A lambda expression is an anonymous function that can
contain expressions and statements
Syntax: delegate int del(int i);
del myDelegate = x => x * x;
int j = myDelegate(5); //j = 25
| Is This Answer Correct ? | 7 Yes | 0 No |
What are instance fields in c#?
Is c sharp open source?
What is difference between il and dll ?
What is thread in c#?
What is out int in c#?
What is the difference between readonly and const
How do I create multifile assembly?
What is dictionary collection in c#?
what are the differences b/w structure and class?
How to generate strong name key file or which command is used to generated strong name key file?
Where’s global assembly cache located on the system?
What is difference between array and collection 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)