Skip to content

Commit

Permalink
Update index.md (dotnet#4196)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan authored Jan 10, 2023
1 parent 5395234 commit 8a94f32
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions entity-framework/core/extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,13 @@ Triggers for EF Core. Respond to changes in your DbContext before and after they

### Entity Framework Plus

Extends your DbContext with features such as: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more. For EF Core: 2, 3, 5.
Extends your DbContext with features such as: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more. For EF Core: 2, 3, 5, 6, 7.

[GitHub repository](https://github.com/zzzprojects/EntityFramework-Plus) | [NuGet](https://www.nuget.org/packages/Z.EntityFramework.Plus.EFCore)
[Website](https://entityframework-plus.net/) | [GitHub repository](https://github.com/zzzprojects/EntityFramework-Plus) | [NuGet](https://www.nuget.org/packages/Z.EntityFramework.Plus.EFCore)

### Entity Framework Extensions

Extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more. For EF Core: 2, 3, 5.
Extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more. For EF Core: 2, 3, 5, 6, 7.

[Website](https://entityframework-extensions.net/) | [NuGet](https://www.nuget.org/packages/Z.EntityFramework.Plus.EFCore)

Expand Down Expand Up @@ -354,6 +354,12 @@ A source generator that can generate strongly-typed-id classes automatically for

[GitHub repository](https://github.com/yangzhongke/LessCode.EFCore.StronglyTypedId)

### Microsoft.EntityFrameworkCore.DynamicLinq

The Dynamic LINQ library let you execute query with dynamic string and provide some utilities methods such as ParseLambda, Parse, and CreateClass. For EF Core: 2, 3, 5, 6, 7.

[Website](https://dynamic-linq.net/) | [GitHub repository](https://github.com/zzzprojects/System.Linq.Dynamic.Core) | [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.DynamicLinq)

## API Integrations

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

0 comments on commit 8a94f32

Please sign in to comment.