c# - How To View Database Diagram? -
i working on project requires me write several poco classes
using entity framework code first
. there lot of entity relationships , inheritance going on , hard keep track of looking @ code. now, know, entity framework code first
yields .mdf
file database, , thinking verification, database diagram server me better.
is possible me view database diagram in scenario, , how may so??
you point sql server express database - default mvc 4 project uses localdb if you're more comfortable in management studio can create own database , change connection string that.
also memory believe can attach mdf file in management studio may have trouble while application running. thinking of else there.
Comments
Post a Comment