Computer Science, asked by dasanish6539, 1 year ago

Difference between ilist ienumerable and iqueryable

Answers

Answered by aaravgupta49
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