Base solution for your next web application
Open Closed

Best practices for creating many-to-many relationships between entities #6540


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    @jtallon

    There is no suggested way, you can design the UI as you wish.