I am an NHibernate developer trying to give the Entity Framework a chance for success in a hobby. I use to determine display data in code using Fluent NHibernate. Forgive Microsoft that developers are not allowed to write code, I'm trying to create my mappings using the Entity Framework visual designer surface (which you get by opening the .edmx file in Visual Studio).
I don’t know how to set up many-to-many relationships! I “updated the model” from the database, but I get two one-to-many relationships with the new entity corresponding to the transition table (which contains only foreign keys and its own primary key).
So far, all attempts to figure this out by clicking on entities and relationships, etc., have failed. Can someone give me a pointer?
David source share