.NET & C# · LINQ
What is IEnumerable versus IQueryable in LINQ?
IEnumerable runs LINQ-to-Objects operations, while IQueryable builds expression trees for a provider such as EF Core.
IEnumerable runs LINQ-to-Objects operations, while IQueryable builds expression trees for a provider such as EF Core.