97 packages tagged with “queryable”
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.
DotNetCore.Extensions
Provides various extension methods for use with IQueryable<T> implementations.
Provides IQueryable extensions for easily working with filtering and pagination.
This library basically provides you with a simple way to create lambda expressions to filter lists and database queries by delivering an easy-to-use fluent interface that enables the creation, storage and transmission of those filters. Useful to turn WebApi requests parameters into expressions, create advanced search screens with the capability to save and re-run those filters, among other things.
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.
Allows users to make dynamic query over a IQueryable<T>
Provides System.Linq.IQueryable extensions such as filtering, ordering, paging, etc.
Provides an asynchronous operations over the original Vibrant.QuerySearch library.
MADE.NET Collections allows you to easily interact with collections, lists, arrays, and dictionaries.
Essa biblioteca possui as abstrações, ou, as interfaces que podem ser utilizadas em qualquer projeto. Porém a biblioteca contendo as implementações, deve ser instalada no seu projeto de Infra.Data
Useful to turn WebApi requests parameters into expressions, create advanced search screens with the capability to save and re-run those filters, among other things.
Extensions for System.Linq, reusable LINQ queries, etc.
Extends ReHackt.Linq with object-object mapping using AutoMapper profiles.
Library to abstract orm.
An IQueryable wrapper implementation for LiteDB with additional async extensions.
Self-containing DataTable classes for the datatables.net jQuery plugin that manage rendering, querying, filtering, sorting and other desireable tasks for the user.
OLinq is a project to provide a Linq Queryable provider implementation for operating on ObservableCollections or other INotifyCollectionChanged supporting lists. The output of OLinq is an ObservableView which notifies when the results of the query have changed.
Provides an implementation of IDependencyResolver implemented using Unity.
QuickGrid helper library. https://github.com/worldspawn/quick-grid
Enhanced features for the self-containing DataTable classes for the datatables.net jQuery plugin that manage rendering, querying, filtering, sorting and other desireable tasks for the user.
A light weight pagination framework
Queryable Expression extensions