Found 16 packages
A collection of helpful IQueryable extension methods
It enables you to make dynamic filtered, sorted and paged IQueryables easily with .Filter() Extension Method. check out "Project Site" on Github for more details.
Provides a simple and convenient data grid component for common grid rendering scenarios and serves as a reference architecture and performance baseline for building data grid components. If you're using Entity Framework Core for your grid IQueryables, consider using the <a href="https://www.nuget.org/packages/Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter">Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter</a> package. This package was built from the source code at https://github.com/dotnet/dotnet/tree/c2435c3e0f46de784341ac3ed62863ce77e117b4
An async/await enabled extension for using EntityFramework IQueryables with https://github.com/TroyGoode/PagedList
Entity framework extensions including the ability to execute IQueryables with multiple result sets, allow ing a user to execute queries with N number of results in a single round trip to the database. Also contains generic classes to allow multiple result set mapping from stored procedures using the same pattern as the IQueryable extensions.
Contains various extension methods used for operations on IEnumerables, IQueryables and ICollections.
Enables using "Include" on generic IQueryables without a dependency on external libraries
This library provides: 1) Automatic retry logic with overloads taking both synchronous and asynchronous delegates compatible with all DocumentDB client methods. 2) A "query interceptor" that A) both allows use of the aforementioned retry logic with Linq IQueryables against DocumentDB (this supports paging as well as stream-out via "yield") 3) A "query interceptor" that B) allows direct use of DateTime/Offset within the clauses. No need to record these types of properties in the form of ticks or unix epoch values and then convert manually in your clauses anymore. Simply decorate any DateTime/Offset properties with a special attribute and it "just works" while serializing to the database in ISO 8601 human-readable format. Additional benefits: Using this library allows you to simply return a DocumentDB IQueryable to the Microsoft OData libraries, allowing those libraries to convert any OData query in the URL into a DocumentDB query with no extra translation logic needed. Again, it "just works". An example along with tests demonstrating this functionality is available at https://github.com/nkinnan/DocumentDbExtensions
Strongly type html helpers for rendering jquery.datatables tables from IQueryables
Build up IQueryables with common query string parameters.
Helper library for applying query objects into IQueryables in a declarative manner
ChainLinq is a library for connecting Linq IQueryables with other tools such as API' and libraries.
Partial re-implementation of LinqDataCalc functionality for IQueryables.
Provides a simple and convenient data grid component for common grid rendering scenarios and serves as a reference architecture and performance baseline for building data grid components. If you're using Entity Framework Core for your grid IQueryables, consider using the <a href="https://www.nuget.org/packages/Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter">Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter</a> package.
Plug-and-play generic filtering and sorting on EF entities and any other IQueryables. Supports nested properties, nullables and the full range of primitives. Works out of the box on MSSQL, PostgreSQL, MySql, MariaDB, SQLite and even MongoDb.