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


Explain why select clause comes after from clause in linq?



Explain why select clause comes after from clause in linq?..

Answer / Amit Singh

The reason the 'select' clause comes after the 'from' clause in LINQ is that the 'from' clause generates a sequence (an IEnumerable), and the 'select' clause projects this sequence into a new form. The 'where', 'orderby', etc., clauses operate on the initial sequence before it's projected.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What is "linq to objects"?

1 Answers  


What is the difference between N-layer and N-tier architecture?

1 Answers  


How to use Having in LINQ?

1 Answers  


What is linq in ado net?

1 Answers  


Why do we use “contains"? Method for strings type functions?

1 Answers  


What are lazy/deferred loading and eager loading?

1 Answers  


How to return iqueryable from linq query?

1 Answers  


What are the three main components of linq or language integrated query?

1 Answers  


Explain how you can assign a lambda expression to a delegate?

1 Answers  


What is linq in c# with example?

1 Answers  


What are the different implementations of LINQ?

1 Answers  


What are advantages of LINQ?

1 Answers  


Categories