The two interfaces IQueryable and IEnumerable seem almost interchangeable. Here I discuss one of the key differences, and how it can have a serious effect on performance.
Topics include:
- C#
- IQueryable<T>
- IEnumerable<T>
- Extension methods
- Entity Framework
- SQL
- Performance
- Deferred execution
Related videos:
Source code available at: https://github.com/JasperKent/IQueryable-vs-IEnumerable
No comments:
Post a Comment