Useful design-time utilities for EF 6, accessible through the Visual Studio Solution Explorer context menu. When right-clicking on a file containing a derived DbContext class, the following context menu functions are available: View Entity Data Model (Read-only) View Entity Data Model XML View Entity Data Model DDL SQL Generate Views When right-clicking on an Entity Data Model .edmx file, the following context menu function is available: Generate Views. When right-clicking a project, the following menu function is available: Customize Reverse Engineer Templates If you are looking for Reverse Engineering tools, I recommend using the "Code First from Database" feature that is included with the standard Visual Studio tooling for EF 6. |