Friday, February 17, 2012

exact difference between IQueryable and IEnumerable interface ?

IEnumerable is applicable for in-memory data querying, and in contrast IQueryable allows remote execution, like web service or database querying.

No comments:

Post a Comment