Found 242 packages
Provides classes for querying data structures that implement IQueryable<T>. Commonly Used Types: System.Linq.Queryable System.Linq.EnumerableQuery<T> System.Linq.EnumerableQuery When using NuGet 3.x this package requires at least version 3.4.
Core package for MockQueryable extensions for mocking operations such ToListAsync, FirstOrDefaultAsync etc. When writing tests for your application it is often desirable to avoid hitting the database. The extension allows you to achieve this by creating a context – with behavior defined by your tests – that makes use of in-memory data.
Provides support for Language-Integrated Query (LINQ) over IAsyncQueryable<T> sequences with query providers.
Allows you to efficiently compose an IEnumerable<T> in your Entity Framework Core queries when using the SQL Server Database Provider. This is accomplished by using the AsQueryableValues extension method available on the DbContext class. Everything is evaluated on the server with a single round trip, in a way that preserves the query's execution plan, even when the values behind the IEnumerable<T> are changed on subsequent executions.
Package Description
Provides various extension methods for use with IQueryable<T> implementations.
Construct Linq queries using strings.
https://waqs.codeplex.com/documentation
AutoQueryable add auto querying functionality like OData with best url practices to Asp.Net Core.
Queryable Expression extensions
Extensions for System.Linq, reusable LINQ queries, etc.
Paging.Queryable is a lightweight library for seamless, incremental server-side data loading.
DotNetCore.Extensions