Question

With a large model, it would be really useful to have multiple Entity Framework designer surfaces that address a particular domain (authentication, customFeature1, customFeature2, etc) and have those EDMX's reference entities in other EDMX's.

Is there a way to work with a paradigm similar to what you get with SQL Management Studio diagrams?

Was it helpful?

Solution

That is a new feature of EF Designer in Visual Studio 2012 - you still have single EDMX but you have multiple layouts (diagrams). Here is preview of new features in the designer. Visual Studio 2010 doesn't have this feature.

Referencing entities from other EDMX is possible only with very limited scope (only in CSDL) and this feature is not supported by designer at all.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top