I have a Code First
project with Entity Framework 5.0.0
using localdb
created in Visual Studio 2012 Ultimate
.
Although I can see my class relations in a Class Diagram
, how to see a visual diagram of automatic generated database by EF
?
Install Entity Framework Power Tools Beta 4, restart Visual Studio, right-click on the context in your solution view and you'll see a new 'Entity Framework' option in the context menu. Select 'View Entity Data Model' to see a beautiful visual database diagram in Visual Studio. Voilà !
Entity Framework 6 Power Tools: Link
You can use Microsoft SQL Server Management Studio 2012 with localdb
which supports Database Diagrams in they way you may be used to with other SQL Server database.
(localdb)\v11.0
, with Windows AuthenticationSource: This older but still relevant article: http://visualstudiomagazine.com/blogs/data-driver/2012/05/visual-studio-11-beta-easier-development-localdb.aspx