LinqPaginator 1.0.0
Retrieve items in a collection in bits by pulling chunks which are in form of pages. Works with huge array of items and only returns items you need.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package LinqPaginator -Version 1.0.0
dotnet add package LinqPaginator --version 1.0.0
<PackageReference Include="LinqPaginator" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LinqPaginator --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Linq paginator
Retrieve collection results from IQueryable
or IEnumerable
packaged into pages for easy fetching to enable lazy loading data on UI components in a fast way when pulling large sets of data.
Linq paginator
Retrieve collection results from IQueryable
or IEnumerable
packaged into pages for easy fetching to enable lazy loading data on UI components in a fast way when pulling large sets of data.
Dependencies
-
.NETStandard 2.0
- No dependencies.
GitHub Usage
This package is not used by any popular GitHub repositories.