Blog LogoBlog Logo

Tip of the day: Going quickly to an item in the Entity Model Diagram

03 Apr 2013 ~ 1 min read


After a conversation recently about how difficult it was to find stuff in the EDMX diagram because it can often be a right pigs breakfast, I stumbled across this today.

In Visual Studio there is a Model Browser that is available when viewing the diagram. It appears in the same space as the solution explorer. If you don’t see it in the tab list you can add it by going to View—>Other Windows—>Entity Data Model Browser. Like this:

Menu to open Entity Data Model Browser

Once there, you can open the tree to get the item you want much more easily that finding in on the diagram.  Open entity types to see a list:

The Model Browser Window

Right-click the entity you want to move the diagram to and select “Show in Designer”

Show in Designer

The designer will shift to the location of the table and put it in the centre of the window for you. It will also select the table. It may be a really simple thing, but I wish I’d discovered it sooner.


Headshot of Colin Mackay

Hi, I'm Colin. I'm a software engineer with over 30 years of experience based in central Scotland, specialising in Microsoft technologies, initially with C++ and then in C#. I was a Microsoft MVP from 2007 to 2010 and a Code Project MVP from 2005 to 2009.