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 IEnumerable and IList?



What is difference between IEnumerable and IList?..

Answer / Alok Sharma

IEnumerable<T> is an interface that declares a method, GetEnumerator(), for iterating through a collection. It does not provide any ordering or random access functionality. On the other hand, IList<T> is an interface that provides both methods for iteration and direct access to elements by index.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What is difference between iqueryable and ienumerable in linq?

1 Answers  


How to assign a computed value to the same array back?

1 Answers   B-Ways TecnoSoft,


What is the difference between LINQ and Lambda Expression?

1 Answers   Petranics Solutions,


What is meant by linq?

1 Answers  


Difference between linq and stored procedures?

1 Answers  


What are benefits and advantages of linq?

1 Answers  


Write the basic syntax of a LINQ query in Visual Basic as well as in C#.

1 Answers  


Is linq part of entity framework?

1 Answers  


What is where clause and let clause?

1 Answers  


Can we use linq without entity framework?

1 Answers  


What is difference between XElement.Load() and XDocument.Load()?

1 Answers  


Define what is Where clause and Let clause?

1 Answers  


Categories