PagedListLite 2.0.0-beta1

.NET Framework 4.5.2
This is a prerelease version of PagedListLite.
dotnet add package PagedListLite --version 2.0.0-beta1
NuGet\Install-Package PagedListLite -Version 2.0.0-beta1
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="PagedListLite" Version="2.0.0-beta1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PagedListLite --version 2.0.0-beta1
#r "nuget: PagedListLite, 2.0.0-beta1"
#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 PagedListLite as a Cake Addin
#addin nuget:?package=PagedListLite&version=2.0.0-beta1&prerelease

// Install PagedListLite as a Cake Tool
#tool nuget:?package=PagedListLite&version=2.0.0-beta1&prerelease

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

Product Versions
.NET Framework net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on PagedListLite:

Package Downloads
Calabonga.EntityFramework

Simple Data Accesss Layer for EntityFramework with some helpfull features. There is a ReadableReposity and WritableRepository. PagedList collection and mapping to entities to ViewModels.

PagedListLite.MVC

Html helper for Lightweight and serializable PagedList implementation for .NET that can create a Pager Markup (Bootstrap for version 3.3.x and version 4.x.x) MVC 3-4-5

ApiStackNet

Awesome api stack framework for asp.net. ApiStackNet is a non-invasive api accellerator. Compared to other frameworks it doesn't exclude the possibility to create vanilla code. It's purpose is to: - avoid redundand code, - give a solid stack to all developers, - keep a clean architecture. What is included out of the box: - three level architecture scaffold ( DAL, BLL, API) - swagger support - entity framework 6 support (database first or code first) - service pattern scaffold With ApiStackNet you can scaffold a rest web service just writing the only part where you bring value. So, you just need to define data model and mapping it to the business model to get all working!

Calabonga.SpecRepository

Repository over Specification pattern

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0-beta1 697 8/27/2018
1.12.0 2,282 12/17/2018
1.11.0 1,146 5/2/2018
1.10.0 1,170 3/6/2018
1.9.0 886 3/6/2018
1.8.1 918 3/6/2018
1.8.0 935 10/13/2017
1.6.0 897 8/24/2017
1.5.1 1,334 2/22/2017
1.5.0 908 1/23/2017
1.4.0 959 11/11/2016
1.3.0 1,160 5/31/2016
1.2.0 995 4/18/2016
1.1.1 948 4/8/2016
1.1.0 902 4/6/2016
1.0.2 1,063 3/18/2016
1.0.1 920 3/18/2016
1.0.0 936 3/18/2016

Async operation added