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 are the different ways to write linq query syntax?



What are the different ways to write linq query syntax?..

Answer / Naveen Kumar Singh

There are two main syntaxes for writing LINQ queries: Query Syntax and Method Syntax. Query Syntax uses extension methods of IEnumerable<T> along with C# query operators like from, where, select, join, group etc. Method Syntax, on the other hand, uses extension methods of Enumerable class that have a similar name to query operators but take delegate parameters.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

Explain what is linq? Why is it required?

1 Answers  


What is first in linq?

1 Answers  


What is linq in c# with example?

1 Answers  


What do you understand by datacontext class? How is it related to linq?

1 Answers  


What is the extension of the file, when LINQ to SQL is used?

1 Answers   Arigo Infotech,


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

1 Answers  


What are the important points to remember while using lambda expressions?

1 Answers  


What does a linq query return?

1 Answers  


Why do we use “contains"?

1 Answers  


How is linq useful than stored procedures?

1 Answers  


Can we use linq to query against a datatable?

1 Answers  


What are different methods to write LINQ Query?

1 Answers  


Categories