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 Server 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 |