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 |
how to add datarow to datatable
Is arraylist generic in c#?
Value Type and Reference Type Data type in C#?
What's the difference between a static method and a non static method c#?
What is property c#?
What is overloading with example?
How Is The Dll Hell Problem Solved In .net?
How do you create multiple inheritance in C#?
5 Answers Infosys, KenIndia, Microsoft,
What is the class in c#?
Can a private virtual method can be overridden?
What is a dynamic assembly?
Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?
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)