What is difference between iqueryable and ienumerable in linq?
Answer / Himanshu Bisht
IQueryable represents a deferred execution query that can be translated into SQL when used with Entity Framework. It supports filtering, sorting, and grouping operations on a database. On the other hand, IEnumerable is an interface for collections that support enumeration. It does not support deferred execution or database queries.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is linq a programming language?
What are disadvantages of LINQ over Stored Procedures?
Explain what is select clause and where clause in linq?
How to use distinct in linq query?
What is difference between first and single in linq?
What is Expression Trees?
Where in linq query with multiple conditions?
Is a type which is not valid in the given context linq join?
Explain what is linq? Why is it required?
Explain what is the difference between skip() and skipwhile() extension method?
Explain why select clause comes after from clause in linq?
What is difference between IEnumerable and IQueryable?
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)