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 in c# and its advantages?

1 Answers  


What is SQL metal in LINQ?

1 Answers  


Differentiate between statement lambda and expression lambda.

1 Answers  


How can you handle concurrency at field level in LINQ to SQL?

1 Answers  


What are aggregate operators?

1 Answers  


What is linq example?

1 Answers  


What is using system linq?

1 Answers  


How to write LINQ query for Inner Join with OR condition?

1 Answers  


What is the purpose of linq?

1 Answers  


What is select clause and where clause in linq?

1 Answers  


What is system linq?

1 Answers  


In Linq Query why from clause come first as select statment ?

1 Answers   MCN Solutions,


Categories