What is the basic syntax of a linq query in visual basic as well as in c#?
Answer / Ilesh Kumar
The basic syntax for a LINQ query is: From element In collection Select result. In Visual Basic, it's written as: From element In collection Let alias = expression Select alias. In C#, it's written as: var query = from element in collection select expression;
| Is This Answer Correct ? | 0 Yes | 0 No |
List out the main components of linq? Tell what is the extension of the file, when linq to sql is used?
What is linq used for?
Is not supported in linq to entities?
What is linqkit?
Differentiate between conversion operator “ienumerable"? And “todictionary"? Of linq?
What are important features of linq?
Which are the two main static classes of linq api that contain extension methods?
What is difference between linq and sql entity framework?
What is the difference between entity framework and linq?
Which command-line tool generates code and mapping for the LINQ to SQL component of .NET Framework?
Write a program for concat to create one sequence of data rows that contains datatabless data rows, one after the other?
What is difference between linq and entity framework?
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)