Entity Framework - Relationships: One-to-One, Many-to-Many, One-to-Many

preview_player
Показать описание
In this video, we'll learn how to create relationships between entities in Entity Framework. We'll start with the most common relationship type: One-to-One. After that, we'll learn how to create relationships between entities of the same type (Many-to-Many) and between entities of different types (One-to-Many).

===
Рекомендации по теме
Комментарии
Автор

You can get a FREE demo class and see for yourself if ScholarHat's training is right for you! 👉

ScholarHat
Автор

you haven't declared it as primary key but declared it as foreign key, how come it's gonna act as both PK and FK

srujansanga
Автор

thanks for your video. BTW why did you choose to make AddressId both a PK and FK ? Couldn't you just keep the AddressId a PK for Address table and make additional EmployeeId column in Address table which can act as an FK referencing the Employees table ?

owaiskhanafridi