Difference between ilist ienumerable and iqueryable
Answers
Answered by
0
The main difference between “IEnumerable” and “IQueryable” is about where the filter logic is executed. One executes on the client side (in memory) and the other executes on the database.
Similar questions