What is the difference between IQueryable and IEnumerable?
IQueryable
IEnumerable
See also What\'s the difference between IQueryable and I
ienumerable:when we want to deal with inprocess memory, i.e without dataconnection iqueryable:when to deal with sql server, i.e with data connection ilist : operations like add object, delete object etc