Which is faster iqueryable or ienumerable?



Which is faster iqueryable or ienumerable?..

Answer / Kailash Pati Singh Gautam

In general, IEnumerable is faster than IQueryable because IEnumerable doesn't generate SQL queries, whereas IQueryable generates them and executes them when the data is accessed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is a predicate in c#?

1 Answers  


What is binary search tree in data structure?

1 Answers  


what r arraylist? what the use of Hashtables?

4 Answers  


Can a struct inherit from another struct or class in c#?

1 Answers  


Example of value type and refarnce type

4 Answers   Synechron,


Which function is the entry point for a DLL in MS Windows 3.1?

1 Answers   3i Infotech,


What is difference between .net and c#?

1 Answers  


What is the boxing and unboxing in c#?

1 Answers  


Explain the process of abstraction with an example?

1 Answers  


Is c# used for frontend or backend?

1 Answers  


What is cache memory in c#?

1 Answers  


How to raise an selection changed event associated with listbox in datagridview control with a sample example?Here the listbox is a child control associated with datagridview control.

3 Answers  


Categories