EFCorePaginate 2.3.1
dotnet add package EFCorePaginate --version 2.3.1
NuGet\Install-Package EFCorePaginate -Version 2.3.1
<PackageReference Include="EFCorePaginate" Version="2.3.1" />
paket add EFCorePaginate --version 2.3.1
#r "nuget: EFCorePaginate, 2.3.1"
// Install EFCorePaginate as a Cake Addin
#addin nuget:?package=EFCorePaginate&version=2.3.1
// Install EFCorePaginate as a Cake Tool
#tool nuget:?package=EFCorePaginate&version=2.3.1
This is a library for List Pagination on Dotnet, auto map or convert source to destination model.
Works well with Entity Framework as an extension and supports asynchronous calls.
More example of project URL https://github.com/SitholeWB/Pagination.EntityFrameworkCore.Extensions
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 3.1
- Microsoft.EntityFrameworkCore (>= 3.1.13)
-
.NETStandard 2.1
- Microsoft.EntityFrameworkCore (>= 3.1.13)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This is a library for List Pagination on Dotnet, auto map or convert source to destination model.
Works well with Entity Framework as an extension and supports asynchronous calls.
More example of project URL https://github.com/SitholeWB/Pagination.EntityFrameworkCore.Extensions