What is difference between IEnumerable and IQueryable?
Answer / Naeem Akhatar
IEnumerable is an interface that allows you to iterate through a sequence of elements. It doesn't provide any information about the collection other than it can be iterated. On the other hand, IQueryable represents a query that can be executed against a data source (like a database), and it includes information about the query such as the type of objects it will return.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is linq to object?
Is linq a framework?
Why we use ienumerable in linq?
What is linq placement?
Explain how LINQ is useful than Stored Procedures?
What is linq in vb net?
Differentiate between statement lambda and expression lambda.
what is lambda expressions in LINQ?
Differentiate between linq and stored procedure?
Define what is Where clause and Let clause?
List out the three main components of linq? Explain what is the extension of the file, when linq to sql is used?
Mention what is the role of datacontext classes in linq?
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)