Skip to content

ASP.NET Core 2.1 MVC Paging (including filtering and sorting) solution using Entity Framework Core 2.0 and IEnumerable<T>

License

Notifications You must be signed in to change notification settings

mattj2332/ReflectionIT.Mvc.Paging

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReflectionIT.Mvc.Paging

ASP.NET Core 2.1 MVC Paging (including filtering and sorting) solution using Entity Framework Core 2.1 and IEnumerable

More info: https://reflectionit.nl/blog/2017/paging-in-asp-net-core-mvc-and-entityframework-core

You can also use the NuGet package https://www.nuget.org/packages/ReflectionIT.Mvc.Paging/ Use https://www.nuget.org/packages/ReflectionIT.Mvc.Paging/2.4.0 if you are still using ASP.NET Core 2.0

Install-Package ReflectionIT.Mvc.Paging

  • Current library now supports TotalRecordCount (2017-21-11) by mdemirci01

About

ASP.NET Core 2.1 MVC Paging (including filtering and sorting) solution using Entity Framework Core 2.0 and IEnumerable<T>

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 48.0%
  • CSS 35.3%
  • C# 9.8%
  • JavaScript 6.5%
  • Other 0.4%