Hi Team
In sql i created many to many relationship without intermediate / junction table.
But in entity diagram it is shown like
Table A Table B
1_____________>*
But actually it like shown
* ______________>*
So assist me
Hi siddangoud,
Refer below links.
https://stackoverflow.com/questions/20903742/how-to-make-many-to-many-relationship-with-entity-framework
https://www.thereformedprogrammer.net/updating-many-to-many-relationships-in-entity-framework-core/
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.