All Projects → gpeipman → Dotnetpaging

gpeipman / Dotnetpaging

Data paging with ASP.NET and ASP.NET Core

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Dotnetpaging

X.pagedlist
Library for easily paging through any IEnumerable/IQueryable in ASP.NET/ASP.NET Core
Stars: ✭ 625 (+792.86%)
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 (-81.43%)
Mutual labels:  pager, asp-net-core, 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 (-64.29%)
Mutual labels:  asp-net-core, asp-net-mvc
serilog-enrichers-clientinfo
Enrich logs with client IP and UserAgent.
Stars: ✭ 42 (-40%)
Mutual labels:  asp-net-core, asp-net-mvc
Cmpagetitleview
✍️一分钟集成类似抖音,新浪微博,腾讯视频,网易新闻,今日头条等常见的标题栏样式,api灵活易扩展,支持Cocoapods和Masonry布局,支持ChildController的完整生命周期
Stars: ✭ 270 (+285.71%)
Mutual labels:  paging, pager
AspNetCore-Dynamic-Permission
Dynamic Permission Samples in ASP.NET Core and ASP.NET MVC 5.
Stars: ✭ 19 (-72.86%)
Mutual labels:  asp-net-core, asp-net-mvc
Cake-Shop
A sample Cake Shop Website built with ASP.NET Core (Multi-Page Application)
Stars: ✭ 44 (-37.14%)
Mutual labels:  asp-net-core, asp-net-mvc
uni-z-paging
【uni-app自动分页器】超简单!仅需两步轻松完成完整分页逻辑(下拉刷新、上拉加载更多),分页全自动处理。支持自定义加载更多的文字或整个view,自定义下拉刷新样式,自动管理空数据view等。
Stars: ✭ 91 (+30%)
Mutual labels:  pagination, paging
mongoose-aggregate-paginate-v2
A cursor based custom aggregate pagination library for Mongoose with customizable labels.
Stars: ✭ 103 (+47.14%)
Mutual labels:  pagination, paging
Grid.blazor
Grid component with CRUD for Blazor (client-side and server-side) and ASP.NET Core MVC
Stars: ✭ 335 (+378.57%)
Mutual labels:  asp-net-core, asp-net-mvc
React Aspnet Boilerplate
A starting point for building isomorphic React applications with ASP.NET Core, leveraging existing techniques.
Stars: ✭ 285 (+307.14%)
Mutual labels:  asp-net-core, asp-net-mvc
Jxpagelistview
高仿闲鱼、转转、京东、中央天气预报等主流APP列表底部分页滚动视图
Stars: ✭ 377 (+438.57%)
Mutual labels:  paging, pager
pagination
Aplus Framework Pagination Library
Stars: ✭ 167 (+138.57%)
Mutual labels:  pagination, pager
vue-pagination
🔵一个`bootstrap`风格的`vue.js`(2.0)分页组件
Stars: ✭ 28 (-60%)
Mutual labels:  pagination, pager
Awesome-Nuget-Packages
📦 A collection of awesome and top .NET packages sorted by most popular needs.
Stars: ✭ 87 (+24.29%)
Mutual labels:  asp-net-core, asp-net-mvc
RxPagingLoading
Easy handling of the Paging or Loading screens states
Stars: ✭ 45 (-35.71%)
Mutual labels:  pagination, paging
Blazor.Pagination
A reusable pagination component for Blazor.
Stars: ✭ 27 (-61.43%)
Mutual labels:  pagination, asp-net-core
PersianDataAnnotations
PersianDataAnnotations is ASP.NET Core MVC & ASP.NET MVC Custom Localization DataAnnotations (Localized MVC Errors) for Persian(Farsi) language - فارسی سازی خطاهای اعتبارسنجی توکار ام.وی.سی. و کور.ام.وی.سی. برای نمایش اعتبار سنجی سمت کلاینت
Stars: ✭ 38 (-45.71%)
Mutual labels:  asp-net-core, asp-net-mvc
Mongoose Paginate V2
A cursor based custom pagination library for Mongoose with customizable labels.
Stars: ✭ 283 (+304.29%)
Mutual labels:  paging, pagination
Aspnetcore.services
Examples for ASP.NET Core webservices
Stars: ✭ 59 (-15.71%)
Mutual labels:  asp-net-core, asp-net-mvc

Data paging in .NET Framework

Sample solution that answers one very popular question: how to build data paging support to my .NET application?

What's included?

Sample solution contains the following examples:

  • Pager classes for data and presentation layer
  • EF Core extension methods for paged data (IQueryable)
  • NHibernate extensions methods for paged data (LINQ, ICriteria, QueryOver)
  • Extension methods for pages data with AutoMapper mapping
  • ASP.NET Core 2.2 web application (Entity Framework Core, NHibernate)
  • ASP.NET MVC (Entity Framework)
  • Pager view component, tag helper and partial view
  • Database script for SQL Server

NHibernate samples are included in DotNetPaging.AspNetCore project.

Read more about paging

More about my work on ASP.NET/ASP.NET Core paging can be found in these blog posts:

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].