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 are the different implementations of LINQ?
What is difference among Any, All and Contains?
Explain Union, Intersect and Except?
Where in linq query with multiple conditions?
How you can retrieve a single row with linq?
Define different types of linq?
Give the name of four LINQ Providers of .NET Framework ?
1 Answers Sans Pareil IT Services,
What is LINQ and why to use it?
What is the difference between the Take and Skip clauses?
Explain how standard query operators useful in LINQ?
Write a program using skip and take operators. How can it beneficial for bulky data accessing on page?
What is the query syntax?
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)