What is the difference between IQueryable<T> and IEnumerable<T>? See also What's the differe
What is the difference between returning IQueryable<T> vs. IEnumerable<T>, when should one be pref