.NET & C# · LINQ
Why is IEnumerable versus IQueryable important in LINQ?
The distinction controls whether filtering occurs in memory or at the data source.
The distinction controls whether filtering occurs in memory or at the data source.