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...


Write the basic syntax of a LINQ query in Visual Basic as well as in C#.



Write the basic syntax of a LINQ query in Visual Basic as well as in C#...

Answer / Gaurav Chandra

[VB] Dim numbers As IEnumerable(Of Integer) = From n In Enumerable.Range(1, 10) Where n Mod 2 = 0 Select nn[C#] var numbers = Enumarable.Range(1, 10).Where(n => n % 2 == 0);

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What are different methods to write LINQ Query?

1 Answers  


Why can not datareader by returned from a web services method?

1 Answers  


Why we use ienumerable in linq?

1 Answers  


What is into in linq?

1 Answers  


What is the difference between First() and Single() extension methods in LINQ?

1 Answers   TryTechnicals Pvt Ltd,


Explain what are linq compiled queries?

1 Answers  


What is linq placement?

1 Answers  


What is the difference between the Take and Skip clauses?

1 Answers  


List the important language extensions made in c# to make linq a reality?

1 Answers  


Is linq orm?

1 Answers  


what is the purpose of LINQ providers in LINQ?

1 Answers  


What is a lambda expression?

1 Answers  


Categories