All Projects → dncuug → X.pagedlist

dncuug / X.pagedlist

Licence: mit
Library for easily paging through any IEnumerable/IQueryable in ASP.NET/ASP.NET Core

Projects that are alternatives of or similar to X.pagedlist

PersianDataAnnotations
PersianDataAnnotations is ASP.NET Core MVC & ASP.NET MVC Custom Localization DataAnnotations (Localized MVC Errors) for Persian(Farsi) language - فارسی سازی خطاهای اعتبارسنجی توکار ام.وی.سی. و کور.ام.وی.سی. برای نمایش اعتبار سنجی سمت کلاینت
Stars: ✭ 38 (-93.92%)
Mutual labels:  mvc, nuget, asp-net-core, asp-net-core-mvc, asp-net-mvc
Dotnetpaging
Data paging with ASP.NET and ASP.NET Core
Stars: ✭ 70 (-88.8%)
Mutual labels:  asp-net-core, asp-net-mvc, pagination, pager
MvcSimplePager
Simple,lightweight,easy to expand pager for asp.net mvc and asp.net core,针对asp.net mvc 和 asp.net core 设计的通用、扩展性良好的轻量级分页扩展
Stars: ✭ 13 (-97.92%)
Mutual labels:  mvc, pager, asp-net-core, asp-net-mvc
Elmahcore
ELMAH for Net.Standard and Net.Core
Stars: ✭ 127 (-79.68%)
Mutual labels:  asp-net-core, asp-net-core-mvc, net-core, mvc
React Aspnet Boilerplate
A starting point for building isomorphic React applications with ASP.NET Core, leveraging existing techniques.
Stars: ✭ 285 (-54.4%)
Mutual labels:  asp-net-core, asp-net-mvc, mvc
Mytested.aspnetcore.mvc
Fluent testing library for ASP.NET Core MVC.
Stars: ✭ 1,358 (+117.28%)
Mutual labels:  asp-net-core, asp-net-core-mvc, mvc
Puck Core
Open source, cross platform .NET Core CMS. Fast, scalable, code-first, unobtrusive and extensible with powerful querying and Lucene integration.
Stars: ✭ 115 (-81.6%)
Mutual labels:  asp-net-core, asp-net-mvc, asp-net-core-mvc
Aspnetcore
ASP.NET Core Extension Library
Stars: ✭ 152 (-75.68%)
Mutual labels:  asp-net-core, mvc, pager
Recaptcha.aspnetcore
Google reCAPTCHA v2/v3 for .NET Core 3.x
Stars: ✭ 122 (-80.48%)
Mutual labels:  asp-net-core, asp-net-mvc, nuget
Jquerydatatablesserverside
Asp.Net Core Server Side for Jquery DataTables Multiple Column Filtering and Sorting with Pagination and Excel Export
Stars: ✭ 191 (-69.44%)
Mutual labels:  asp-net-core, asp-net-core-mvc, pagination
AspNetCore-Dynamic-Permission
Dynamic Permission Samples in ASP.NET Core and ASP.NET MVC 5.
Stars: ✭ 19 (-96.96%)
Mutual labels:  asp-net-core, asp-net-core-mvc, asp-net-mvc
DNZ.MvcComponents
A set of useful UI-Components (HtmlHelper) for ASP.NET Core MVC based-on Popular JavaScript Plugins (Experimental project).
Stars: ✭ 25 (-96%)
Mutual labels:  asp-net-core, asp-net-core-mvc, asp-net-mvc
XAF Security E4908
This repository contains examples for Role-based Access Control, Permission Management, and OData / Web / REST API Services for Entity Framework and XPO ORM
Stars: ✭ 47 (-92.48%)
Mutual labels:  mvc, asp-net-core, asp-net-core-mvc
Awesome-Nuget-Packages
📦 A collection of awesome and top .NET packages sorted by most popular needs.
Stars: ✭ 87 (-86.08%)
Mutual labels:  asp-net-core, asp-net-core-mvc, asp-net-mvc
jQuery-datatable-server-side-net-core
A simple Visual Studio solution using jQuery DataTable with Server-Side processing using .NET 5
Stars: ✭ 71 (-88.64%)
Mutual labels:  asp-net-core, asp-net-core-mvc, net-core
AspNetCore-ReCAPTCHAv3
reCAPTCHA v3 Usage in Asp.Net Core MVC
Stars: ✭ 17 (-97.28%)
Mutual labels:  mvc, asp-net-core
ASP.NET-Core-2-MVC-CRUD-datatables-jQuery-Plugin
Asp.Net Example implementation of datatables.net using Asp.Net Core 2 Mvc CRUD datatables jQuery Plugin
Stars: ✭ 25 (-96%)
Mutual labels:  mvc, asp-net-core-mvc
Unitynuget
Provides a service to install NuGet packages into a Unity project via the Unity Package Manager
Stars: ✭ 257 (-58.88%)
Mutual labels:  asp-net-core, nuget
Home
Asp.net core Mvc Controls Toolkit
Stars: ✭ 33 (-94.72%)
Mutual labels:  asp-net-core, asp-net-core-mvc
Identityserver4aspnetcoreidentitytemplate
An ASP.NET Core 3.1 IdentityServer4 Identity Bootstrap 4 template with localization
Stars: ✭ 262 (-58.08%)
Mutual labels:  nuget, mvc

X.PagedList

Build status

What is this?

This is fork of Troy's project PagedList. The main difference is that X.PagedList is a portable assembly. It means you can use it not only in Web projects but also in Winforms, WPF, Window Phone, Silverlight and other .NET projects.

PagedList is a library that enables you to easily take an IEnumerable/IQueryable, chop it up into "pages", and grab a specific "page" by an index. PagedList.Mvc allows you to take that "page" and display a pager control that has links like "Previous", "Next", etc.

How to use

You can find all information about how to use X.PagedList libraries in Wiki

License

Licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].