A lightweight library written in C# .NET Standard, that automatically handles paginating collections of objects in .NET code.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
| Version: | 1.1.0 |
| Author(s): | Craig Bridges |
| Last Update: | Friday, May 5, 2023 |
| .NET Fiddle: | Create the first Fiddle |
| NuGet Url: | https://www.nuget.org/packages/Paginator.NET.EntityFrameworkCore |
Install
Install-Package Paginator.NET.EntityFrameworkCore
dotnet add package Paginator.NET.EntityFrameworkCore
paket add Paginator.NET.EntityFrameworkCore
Paginator.NET.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Paginator.NET.Async(>= 1.0.0)
- Paginator.NET(>= 1.0.0)
- Microsoft.EntityFrameworkCore(>= 5.0.2)
Tags