Skip to main content

Posts

Showing posts from January, 2012

Code First Entity Framework Visualization

I was getting tired of adding and generating diagrams over and over again for my code first database. Usually when I am thinking this, someone else already has too. So I started poking around and found reference to Entity Framework Power Tools. Low and behold I could find it in the extension gallery using Visual Studio 2010. Once installed it is a right click away. Now I can see my database in a visual representation which for me is so much easier. Gilstrac