Select from following answers:- IEnumerable<T> is applicable for in-memory data querying, and in contrast IQueryable<T> allows remote execution, like web service or database querying.

- IQueryable<T> is applicable for in-memory data querying, and in contrast IEnumerable<T> allows remote execution, like web service or database querying
- None of the above
- All Above
IEnumerable<T> is applicable for in-memory data querying, and in contrast IQueryable<T> allows remote execution, like web service or database querying.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator