VOOZH about

URL: https://marketplace.visualstudio.com/items?itemName=ErikEJ.EFCorePowerTools

⇱ EF Core Power Tools - Visual Studio Marketplace


Skip to content
👁 Image
Sign in
Visual Studio>Tools>EF Core Power Tools
👁 EF Core Power Tools

EF Core Power Tools

Useful design-time DbContext and database features, added to the Visual Studio Solution Explorer context menu. When right-clicking on a C# project, the following context menu functions are available: Reverse Engineer - Generates POCO classes, derived DbContext and Code First ...

Getting Started | Feedback

Useful design-time DbContext features, added to the Visual Studio Solution Explorer context menu.

When right-clicking on an applicable C# project, the following context menu functions are available:

Reverse Engineer - Generates POCO classes, derived DbContext and mappings for an existing Azure SQL Database, SQL Server, SQLite, Postgres, MySQL, Firebird or Oracle database, a SQL Database project or a .dacpac file. Offers an advanced UI for selecting database objects, including views, stored procedures and functions, and preserves all options in a configuration file in your project.

Add DbContext Model Diagram - Adds a DGML graph from your DbContext Model.

View DbContext Model DDL SQL - View the SQL CREATE script for the current Model

View DbContext Model as DebugView - View the current Model as DebugView text

Add AsDgml() extension method - Adds an extension method to generate a DGML graph from your DbContext.

About - Displays version and other diagnostic information about your Visual Studio instance.

More information on the wiki page here

👁 Image

👁 Image