Generating entity relationship diagram in Visual Studio 2015
Can you tell me how I can generate an ER diagram for my database1 (see below) created with VS 2015 Thanks in advance DB Objects in the editor will be related as in Diagram so Just relate objects in the Db and drag to editor. Ensure you installed either Microsoft SQL Server Data Tools or Microsoft Web Developer Tools in order to get the Entity Data Model Designer. These are the steps to generate entity relationship diagram. It was tested in VS2012 Open Visual Studio Create a project or open an existing project (must be Visual Basic, Visual C# project, or Console Application) Right-click the