Visual Studio extension
Popular Visual Studio extension with more than 200.000 downloads on Visual Studio Marketplace
Useful design-time DbContext features, added to the Visual Studio Solution Explorer context menu. This free tool is developed and maintained by Erik Ejlskov Jensen, Developer Technologies MVP.
Popular Visual Studio extension with more than 200.000 downloads on Visual Studio Marketplace
The tool includes these features, and more are in progress.
Generates POCO classes, derived DbContext and Code First mappings for an existing SQL Server, SQLite, Postgres, MySQL or SQL Server Compact database, a SQL Server Database project (.sqlproj) or a ".dacpac" file.
Manage EF Core Migrations in the project, get migration status, add migration and update the database to keep your model and database in sync.
Adds an interactive DGML graph from your DbContext Model.
View the SQL CREATE script for the current Model.
Generate mappings for SQL Server stored procedures and functions.
Customize the generated code further using Handlebars templates.
Download the extension, report issues, propose suggestions and browse the GitHub source code and documentation