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
- Extension methods for paged data (IQueryable)
- Extension methods for pages data with AutoMapper mapping
- ASP.NET Core 2.0 web application (Entity Framework Core)
- ASP.NET MVC (Entity Framework)
- Pager view component, tag helper and partial view
- Database script for SQL Server
Read more about paging
More about my work on ASP.NET/ASP.NET Core paging can be found in these blog posts:
- Building Pager view component (Gunnar Peipman)
- Paging with Entity Framework Core (Gunnar Peipman)
- Returning paged results from repositories using PagedResult (Gunnar Peipman)