Skip to content

Commit

Permalink
Add Ainoraz.EFCore.IncludeBuilder Extension (#3970)
Browse files Browse the repository at this point in the history
  • Loading branch information
AinoraZ committed Aug 10, 2022
1 parent e951e15 commit 70cd0e6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions entity-framework/core/extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,17 @@ Provides window (analytics) functions and binary functions for EF Core. Provider

[GitHub repository](https://github.com/zompinc/efcore-extensions) | [NuGet](https://www.nuget.org/packages/Zomp.EFCore.WindowFunctions.SqlServer)

### Ainoraz.EFCore.IncludeBuilder

Extension for EF Core that provides alternative `Include` syntax in order to better support the following scenarios:

- Loading multiple entities on the same level (siblings).
- Writing extension methods that are independent of nesting level.

For EF Core: 6.

[GitHub repository](https://github.com/AinoraZ/EFCore.IncludeBuilder) | [NuGet](https://www.nuget.org/packages/Ainoraz.EFCore.IncludeBuilder/)

## API Integrations

These packages are designed to integrate directly with EF Core to expose various APIs.
Expand Down

0 comments on commit 70cd0e6

Please sign in to comment.