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 |
What is difference between iqueryable and ienumerable in linq?
How to assign a computed value to the same array back?
What is the difference between LINQ and Lambda Expression?
1 Answers Petranics Solutions,
What is meant by linq?
Difference between linq and stored procedures?
What are benefits and advantages of linq?
Write the basic syntax of a LINQ query in Visual Basic as well as in C#.
Is linq part of entity framework?
What is where clause and let clause?
Can we use linq without entity framework?
What is difference between XElement.Load() and XDocument.Load()?
Define what is Where clause and Let clause?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)