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 difference between Select and SelectMany in LINQ?



What is difference between Select and SelectMany in LINQ?..

Answer / Shailendra Chandra

Select creates a new sequence by transforming each element of the input sequence, whereas SelectMany flattens an IEnumerable<IEnumerable<T>> into a single sequence.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

List out the data context functions. Where do we use “submitchanges()"?

1 Answers  


Mention what is the role of datacontext classes in linq?

1 Answers  


What are the linq standard query operators in linq?

1 Answers  


how LINQ with databases can be used?

1 Answers  


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

1 Answers  


What is linq example?

1 Answers  


What are disadvantages of LINQ?

1 Answers  


What is the benefit of using linq on dataset?

1 Answers  


How can you find average of student marks from student tables (columns are studentid, marks)?

1 Answers  


Write a program using skip and take operators. How can it beneficial for bulky data accessing on page?

1 Answers  


Is linq better than stored procedure?

1 Answers  


What is linq in sql?

1 Answers  


Categories