0
jtallon created
Hi,
I'm looking to create some entities that have many to many relationships.
So far I've been able to create the many to many relationships using entity framework (manually adding extra entity>add-migration>update-database) which gives me the required 3rd (containing both entity Primary Keys) table in SQL server.
However, I want to create the other layers (UI etc) so the user can start populating the tables.
Is there a suggested best practice for carrying this out?
Thank you
1 Answer(s)
-
0
@jtallon
There is no suggested way, you can design the UI as you wish.