Many To Many RelationShip – Entity Framework
By default, entity framework supports many to many relationship. In below figure the tblBooks and tblAuthors are having a many-to-many relationship and tblAuthorBook is the junction table. In case of using ADO.Net you don’t have to worry about the junction table and its structure/schema, but in case of entity framework you have make few changes in the junction table for […]
Recent Comments