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


Differentiate between conversion operator “ienumerable"? And “todictionary"? Of linq?



Differentiate between conversion operator “ienumerable"? And “todictionary"? O..

Answer / Ankita Dubey

"IEnumerable is an interface in LINQ that represents a sequence of elements. It does not provide any methods to perform operations on the collection. Instead, it allows the use of various query operators to manipulate the data. On the other hand, ToDictionary is a method that converts the IEnumerable into a Dictionary by specifying a keySelector and an elementSelector."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What is LINQ Insight?

1 Answers  


What is deferred execution in linq?

1 Answers  


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

1 Answers  


what is the difference between Statement Lambda and Expression Lambda?

1 Answers  


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

1 Answers   MCN Solutions,


What is difference between iqueryable and ienumerable in linq?

1 Answers  


The standard query operators are themselves a set of extension methods that provide the LINQ query functionality for any type that implements the IEnumerable interface in Visual Basic. Is it True or False?

1 Answers  


How to return iqueryable from linq query?

1 Answers  


What is the advantage of linq over stored procedures?

1 Answers  


What is difference between linq and sql entity framework?

1 Answers  


Explain how linq with databases can be used?

1 Answers  


Is linq orm?

1 Answers  


Categories