Skip to content

Commit d044fcc

Browse files
authored
Add EntityFramework.OrderBy extension to index (#5241)
Introduced EntityFramework.OrderBy to the list of EF Core extensions. This library enables default ordering for queries, supports nested collections, multi-column ordering, and automatic index creation for ordering columns. Links to GitHub and NuGet are provided.
1 parent 1d17c4c commit d044fcc

File tree

1 file changed

+6
-0
lines changed
  • entity-framework/core/extensions

1 file changed

+6
-0
lines changed

entity-framework/core/extensions/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,12 @@ Persisted computed properties in EF Core that update automatically on save chang
268268

269269
[GitHub repository](https://github.com/lucaslorentz/auto-compute) | [NuGet](https://www.nuget.org/packages/LLL.AutoCompute.EFCore)
270270

271+
### EntityFramework.OrderBy
272+
273+
Applies default ordering to Entity Framework queries based on fluent configuration, ensuring consistent and deterministic query results. Supports nested collections in `.Include()` expressions, multi-column ordering, and automatic database index creation for ordering columns.
274+
275+
[GitHub repository](https://github.com/SimonCropp/EntityFramework.OrderBy) | [NuGet](https://www.nuget.org/packages/EfOrderBy)
276+
271277
### EntityFrameworkCore.AuditInterceptor
272278

273279
A library that provides seamless auditing capabilities for Entity Framework Core. It automatically tracks entity changes including who made the changes and when they were made. The library integrates with .NET Dependency Injection and supports various auditing scenarios through a simple configuration process. For EF Core: 6-8.

0 commit comments

Comments
 (0)