diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index dd553b2cf5..63ab6a426f 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -229,3 +229,9 @@ Includes support for advanced SQL features such as CTEs, bulk copy, table hints, An implementation for soft deleting entities. For EF Core: 3. [NuGet](https://www.nuget.org/packages/EFCore.SoftDelete) + +### EntityFrameworkCore.ConfigurationManager + +Extends EF Core to resolve connection strings from App.config. For EF Core: 3. + +[GitHub repository](https://github.com/efcore/EFCore.ConfigurationManager)