PagedListLiteCore 1.0.4

.NET Standard 2.0
dotnet add package PagedListLiteCore --version 1.0.4
NuGet\Install-Package PagedListLiteCore -Version 1.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PagedListLiteCore" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PagedListLiteCore --version 1.0.4
#r "nuget: PagedListLiteCore, 1.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PagedListLiteCore as a Cake Addin
#addin nuget:?package=PagedListLiteCore&version=1.0.4

// Install PagedListLiteCore as a Cake Tool
#tool nuget:?package=PagedListLiteCore&version=1.0.4

Lightweight and serializable PagedList implementation for .NETStandard 2.0+
For collection types: IQuryable<T>, IEnumerable<T>, ICollection<T>

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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
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.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on PagedListLiteCore:

Package Downloads
Calabonga.EntityFrameworkCore

Simply Data Accesss Layer for EntityFramework with some helpfull features.

Calabonga.SpecRepositoryCore

Repository and Specification patterns implementations for EntityFrameworkCore with pagination and other sugar

Calabonga.EntityFrameworkCore.UnitOfWork.Framework

UnitOfWork for Microservices. All microservices in the system should and can use Unit of Work pattern. This package implements this pattern.

Calabonga.EntityFrameworkCore.UOW.Framework

UnitOfWork for Microservices. All microservices in the system should and can use Unit of Work pattern. This package implements this pattern.

Blowin.GenericRepository

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on PagedListLiteCore:

Repository Stars
Calabonga/Microservice-Template
Templates for microservice architecture. It contains two modules of solutions (with OpenIddict and without OpenIddict). Templates are built on ASP.NET Core platform with different versions Core 3.1, NET 5, NET 6, NET 7
Version Downloads Last updated
1.0.4 8,550 5/2/2018
1.0.3 2,203 11/21/2017
1.0.0 891 11/17/2017
1.0.0-beta1 800 11/16/2017

IPagedList return result for TakePage method replaced with PagedList