We just found an issue like, when a foreign key relationship is broken, there is no way to re-establish the link in the designer.
Any other such known limitations of Entity Framework designer?
We just found an issue like, when a foreign key relationship is broken, there is no way to re-establish the link in the designer.
Any other such known limitations of Entity Framework designer?
Among other things,
I wrote some thoughts about the difference in philosophical approaches between the Entity Framework itself and the designer in this post.
I think that if you intend to do non-trivial/non-default things in the Entity Framework, you should get used to editing the EDMX. Most other ORMs do require editing XML at some point, for what it's worth.