UltimateUtils.EF
2.1.12
dotnet add package UltimateUtils.EF --version 2.1.12
NuGet\Install-Package UltimateUtils.EF -Version 2.1.12
<PackageReference Include="UltimateUtils.EF" Version="2.1.12" />
<PackageVersion Include="UltimateUtils.EF" Version="2.1.12" />
<PackageReference Include="UltimateUtils.EF" />
paket add UltimateUtils.EF --version 2.1.12
#r "nuget: UltimateUtils.EF, 2.1.12"
#addin nuget:?package=UltimateUtils.EF&version=2.1.12
#tool nuget:?package=UltimateUtils.EF&version=2.1.12
Ultimate Utils for EF Core
Includes all the features from UltimateUtils
since this package has a reference to it.
Please check the README of the package for details.
Async Pagination with EF
With the reference to the package EF Core, the async pagination is supported.
You can use .PaginateAsync()
as follows:
queryable.PaginateAsync(pageNumber, pageSize, cancellationToken)
queryable.PaginateAsync(pageNumber, pageSize, converter, cancellationToken)
queryable.PaginateAsync(orderByKeySelectorExpression, descending, pageNumber, pageSize, cancellationToken)
queryable.PaginateAsync(orderByKeySelectorExpression, descending, pageNumber, pageSize, converter, cancellationToken)
converter
is for projection that happens on the DB side as used in queryable.Select()
. If your conversion is not doable on the DB side, you need to convert yourself after getting the PagedList<T>
as queryable.Paginate(...).Select(...)
orderByKeySelectorExpression
is an argument of type Expression<Func<TSource, TKey>>
to select the OrderBy
property. You can use lambda expression for that.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Microsoft.EntityFrameworkCore (>= 9.0.3)
- UltimateUtils (>= 2.1.12)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.12 | 86 | 4/27/2025 |
2.1.11 | 139 | 4/25/2025 |
2.1.10 | 148 | 4/21/2025 |
2.1.9 | 81 | 4/19/2025 |
2.1.8 | 84 | 4/19/2025 |
2.1.7 | 185 | 4/17/2025 |
2.1.6 | 185 | 4/17/2025 |
2.1.5 | 109 | 4/4/2025 |
2.1.4 | 133 | 3/27/2025 |
2.1.3 | 78 | 3/14/2025 |
2.1.2 | 137 | 3/14/2025 |
2.1.1 | 149 | 3/13/2025 |
2.1.0 | 138 | 3/13/2025 |
2.0.4 | 162 | 3/12/2025 |
2.0.3 | 155 | 3/12/2025 |
2.0.2 | 166 | 3/12/2025 |
2.0.1 | 162 | 3/12/2025 |
2.0.0 | 170 | 3/11/2025 |
1.4.22 | 169 | 3/11/2025 |
1.4.21 | 162 | 3/11/2025 |
1.4.20 | 163 | 3/11/2025 |
1.4.19 | 157 | 3/11/2025 |
1.4.18 | 183 | 3/9/2025 |
1.4.17 | 144 | 3/8/2025 |
1.4.16 | 215 | 3/7/2025 |
1.4.15 | 215 | 3/6/2025 |
1.4.14 | 204 | 3/5/2025 |
1.4.13 | 218 | 3/4/2025 |
1.4.12 | 140 | 3/3/2025 |
1.4.11 | 94 | 3/2/2025 |
1.4.10 | 92 | 3/1/2025 |
1.4.9 | 97 | 2/28/2025 |
1.4.8 | 92 | 2/27/2025 |
1.4.7 | 91 | 2/27/2025 |
1.4.6 | 102 | 2/27/2025 |
1.4.5 | 95 | 2/27/2025 |
1.4.4 | 92 | 2/26/2025 |
1.4.3 | 103 | 2/26/2025 |
1.4.2 | 89 | 2/26/2025 |
1.4.1 | 105 | 2/25/2025 |
1.4.0 | 100 | 2/25/2025 |
1.2.1 | 108 | 2/25/2025 |
1.2.0 | 99 | 2/25/2025 |
1.1.3 | 98 | 2/25/2025 |
1.1.2 | 111 | 2/23/2025 |
1.1.1 | 107 | 2/23/2025 |
1.1.0 | 100 | 2/23/2025 |
1.0.3 | 100 | 2/17/2025 |
1.0.2 | 99 | 2/16/2025 |
1.0.1 | 96 | 2/16/2025 |
1.0.0 | 103 | 2/16/2025 |