C# – First steps with C# and .NET – part 009 .
The IQueryable class is used to develop LINQ query providers. The IQueryable interface inherits from IEnumerable. IQueryable is used to implement LINQ providers for the .NET Framework internals. We can use IQueryable in a similar way as IEnumerable, let’s see the next table all the differentiation: Basis of differentiation IEnumerable IQueryable Namespace The namespace in… Read More »