Skip to content

Commit

Permalink
Update index.md (#4462)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulieDevMagic authored Sep 11, 2023
1 parent 32f67f6 commit 3ca749e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions entity-framework/core/extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ Entity Developer is a powerful O/RM designer for ADO.NET Entity Framework, NHibe

[Website](https://www.devart.com/entitydeveloper/)

### EF Core Sidekick

EF Core Sidekick is a Visual Studio extension that enhances the power of auto code generation in Visual Studio. It provides a set of tools and templates for generating EF Core entities and derived DbContext from existing database, and then generating services and APIs from the entities. For EF Core: 6, 7.

[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=devmagic.efsidekick)

### Entity Framework Visual Editor

Entity Framework Visual Editor is a Visual Studio extension that adds an O/RM designer for visual design of EF 6, and EF Core classes. Code is generated using T4 templates so can be customized to suit any needs. It supports inheritance, unidirectional and bidirectional associations, enumerations, and the ability to color-code your classes and add text blocks to explain potentially arcane parts of your design. For EF Core: 2-7.
Expand Down

0 comments on commit 3ca749e

Please sign in to comment.