New posts in iqueryable

What instantiate-able types implementing IQueryable<T> are available in .Net 4.0?

Extend IQueryable<T> Where() as OR instead of AND relationship

Expose IQueryable Over WCF Service

How to merge two IQueryable lists

The provider for the source IQueryable doesn't implement IAsyncQueryProvider

IQueryable & Repositories - take 2?

Convert IQueryable<> type object to List<T> type?

IList<T> to IQueryable<T>

Instantiate empty IQueryable for use with Linq to sql

Why use AsQueryable() instead of List()?

Is there a C# LINQ syntax for the Queryable.SelectMany() method?

Differences between IQueryable, List, IEnumerator?

To return IQueryable<T> or not return IQueryable<T> [closed]

What is the purpose of AsQueryable()?

Enumerable.Empty<T>() equivalent for IQueryable

What's the difference between IQueryable and IEnumerable [duplicate]

How to mock the limitations of EntityFramework's implementation of IQueryable

Using IQueryable with Linq

What is the difference between IQueryable<T> and IEnumerable<T>?

Returning IEnumerable<T> vs. IQueryable<T>