Paging.NET
2.1.9-pre
.NET Standard 1.0
.NET Framework 4.5
This is a prerelease version of Paging.NET.
Install-Package Paging.NET -Version 2.1.9-pre
dotnet add package Paging.NET --version 2.1.9-pre
<PackageReference Include="Paging.NET" Version="2.1.9-pre" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Paging.NET --version 2.1.9-pre
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Paging.NET, 2.1.9-pre"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Paging.NET as a Cake Addin
#addin nuget:?package=Paging.NET&version=2.1.9-pre&prerelease
// Install Paging.NET as a Cake Tool
#tool nuget:?package=Paging.NET&version=2.1.9-pre&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Paging.NET is a basic toolkit which provides incremental server-side data loads.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Paging.NET:
Package | Downloads |
---|---|
Paging.Queryable.NET
Paging.NET is a basic toolkit which provides incremental server-side data loads. |
|
Paging.Forms.NET
Paging.NET is a basic toolkit which provides incremental server-side data loads. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.9-pre | 58 | 1/9/2022 |
2.1.7-pre | 134 | 11/11/2021 |
2.1.5-pre | 148 | 10/28/2021 |
2.0.20274.1-pre | 305 | 9/30/2020 |
2.0.19022.4 | 22,654 | 1/22/2019 |
2.0.19014.1 | 668 | 1/14/2019 |
1.0.3 | 644 | 8/1/2018 |
1.0.2 | 629 | 8/1/2018 |
1.0.1 | 669 | 6/17/2018 |
1.0.0 | 993 | 6/13/2018 |
2.0.0
- Add support for .net standard
1.0.3
- Added PagingInfo == and != operators
1.0.2
- Added PagingInfo.Default
1.0.1
- Initial release