diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index 6e160a4269..2931f3b1f0 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -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) @@ -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.