What is the difference between IQueryable and IEnumerable interface?

 Posted by Niladri.Biswas on 6/9/2013 | Category: LINQ Interview questions | Views: 13769 | Points: 40
Select from following answers:
  1. IEnumerable<T> is applicable for in-memory data querying, and in contrast IQueryable<T> allows remote execution, like web service or database querying.
  2. IQueryable<T> is applicable for in-memory data querying, and in contrast IEnumerable<T> allows remote execution, like web service or database querying
  3. None of the above
  4. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response