What is iqueryable and ienumerable in c#?



What is iqueryable and ienumerable in c#?..

Answer / Kuldeep Pal

IEnumerable<T> is an interface that defines a generic collection of items, allowing the items to be iterated over using the foreach loop. IQueryable<T> extends IEnumerable<T>, adding support for LINQ queries, allowing deferred execution and type-safe query expressions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Explain the types of assemblies in .net?

1 Answers  


ctype(123.34,integer) - should it throw an error? Why or why not?

2 Answers   Wipro,


Explain the Different types of configuration files in .net?

1 Answers  


How long does it take to get a loop recorder put in?

1 Answers  


Is c# an open source language?

1 Answers  


What is int64 in c#?

1 Answers  


Explain the difference between class and interface in .net?

1 Answers  


What is list array in c#?

1 Answers  


Is string reference type / value type ?

7 Answers   3i Infotech, Accenture, BirlaSoft,


What?s the difference between the Debug class and Trace class?

2 Answers   Siebel,


Why we use dll in c#?

1 Answers  


Why do we overload constructors?

1 Answers  


Categories