X.PagedList 1.22.5.150

dotnet add package X.PagedList --version 1.22.5.150
                    
NuGet\Install-Package X.PagedList -Version 1.22.5.150
                    
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="X.PagedList" Version="1.22.5.150" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="X.PagedList" Version="1.22.5.150" />
                    
Directory.Packages.props
<PackageReference Include="X.PagedList" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add X.PagedList --version 1.22.5.150
                    
#r "nuget: X.PagedList, 1.22.5.150"
                    
#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.
#addin nuget:?package=X.PagedList&version=1.22.5.150
                    
Install X.PagedList as a Cake Addin
#tool nuget:?package=X.PagedList&version=1.22.5.150
                    
Install X.PagedList as a Cake Tool

PagedList makes it easier for .Net developers to write paging code. It allows you to take any IEnumerable(T) and by specifying the page size and desired page index, select only a subset of that list. PagedList also provides properties that are useful when building UI paging controls.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on X.PagedList:

Repository Stars
Deali-Axy/StarBlog
☀StarBlog 是一个基于 .NET 6 和 ASP.NET Core 开发的现代博客系统,支持 Markdown 文章导入,遵循 RESTful 接口规范。前端基于 Vue + ElementUI 开发,可作为 .NET Core 入门学习项目,同时配套了一系列开发笔记,记录了从零开始构建这个博客系统的全过程,可以帮助学习理解 .Net Core 项目的开发流程。
MrCMS/MrCMS
Mr CMS is an open source C# MVC CMS Framework
carlreid/StreamMaster
A powerful M3U proxy and stream management platform for Plex DVR, Emby, Jellyfin Live TV (and more)
aehyok/.NET8.0
net8.0 efcore mysql redis rabbitmq 微服务
Version Downloads Last updated
1.22.5.150 2,714 12/6/2014
1.20.2.37 1,284 1/21/2014
1.20.2.35 56 1/18/2014
1.20.0.1 53 1/6/2014

Update to .NET 4.5