Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the basic syntax of a linq query in visual basic as well as in c#?



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

Post New Answer

More LINQ Language-Integrated Query Interview Questions

List out the main components of linq? Tell what is the extension of the file, when linq to sql is used?

1 Answers  


What is linq used for?

1 Answers  


Is not supported in linq to entities?

1 Answers  


What is linqkit?

1 Answers  


Differentiate between conversion operator “ienumerable"? And “todictionary"? Of linq?

1 Answers  


What are important features of linq?

1 Answers  


Which are the two main static classes of linq api that contain extension methods?

1 Answers  


What is difference between linq and sql entity framework?

1 Answers  


What is the difference between entity framework and linq?

1 Answers  


Which command-line tool generates code and mapping for the LINQ to SQL component of .NET Framework?

1 Answers  


Write a program for concat to create one sequence of data rows that contains datatabless data rows, one after the other?

1 Answers  


What is difference between linq and entity framework?

1 Answers  


Categories