5:26
Entity Framework Core - Foreign Key Property vs. Navigation Property
In this video I compare a Foreign key property against a Navigation Property in a MVC model.
4:39
Part-11: One-to-Many Relationship in entity framework core | Entity framework core 7.0 tutorial
How to set up one-to-many relationship in entity framework core? - Principal entity - Dependent entity - Primary Key - Foreign key ...
6:15
Part-10: One-to-One Relationship in entity framework core | Entity framework core 7.0 tutorial
How to set up one-to-one relationship in entity framework core? - Principal entity - Dependent entity - Primary Key - Foreign key ...
21:26
Entity Framework Core Part 11 - Relationships
Coding Tutorial: Relational databases use have foreign keys. C# has collections. How can the two be reconciled? (Hint: Use EF ...
22:10
All Relationships with Entity Framework & Code-First Migrations in .NET 9 🚀
Master .NET & Blazor here: https://dnwa.net/4eWFSIF ---
3:47
Entity - Code First Data Annotations 14 ForeignKey Attribute
Entity - Code First Data Annotations next: 15 InverseProperty Attribute http://youtu.be/mLK7eZdu-TI.
43:09
Entity Framework C# - Code First Approach by Data Annotation Attributes
#entityframework #entityframeworkcore #csharp #dotnet #dotnetframework #sqlserver #sqlservermanagementstudio #linq ...
4:06
Part-20: Data annotations in entity framework core | Entity framework core 7.0 tutorial |ef core
NET fundamentals: https://www.youtube.com/playlist?list=PLdHN14J7CHtYoXZUW2dRtjzxpL89bJCgf #Entity Framework core 7.0 ...
1:14
C# : Entity Framework 4.1 InverseProperty Attribute and ForeignKey
C# : Entity Framework 4.1 InverseProperty Attribute and ForeignKey To Access My Live Chat Page, On Google, Search for "hows ...
14:43
Entity Framework Core Part 9 - The Fluent API
Coding Tutorial: Don't enjoy messing up your Entity Framework classes with attributes? Try the Fluent API instead. Source code ...
28:10
Entity Framework Core Relationships Tutorial | With Real Examples & Code
Master Navigation Properties in Entity Framework Core with this complete and beginner-friendly explanation! In this video, we ...
3:53
What is a Foreign Key Constraint? Understanding Primary & Foreign Keys
In this short video we'll cover what foreign keys are, why they are important, how they differ from Primary Keys and how they ...
4:53
Entity Framework: How to Add Bidirectional Foreign Keys Between Models
In this video, we dive into the world of Entity Framework and explore the concept of bidirectional foreign keys between models.
2:04:52
Primary Key, Foreign Key, and Index Attribute in Entity Framework Core - EF Core Day 6
Primary Key, Foreign Key, and Index Attribute in Entity Framework Core As part of this session, you will understand the following ...
23:09
Entity Framework Core Part 8 - Attribute-Based Configuration
Coding Tutorial: Entity Framework Core makes some good guesses as to what your database structure should be, but sometimes ...
3:22
Entity - Code First Data Annotations 06 Key Attribute
Entity - Code First Data Annotations next: 07 Required Attribute along with a look at Validation http://youtu.be/Dllb1cDDsL0.
1:58
Fluent API Foreign Key VS DataAnnotations
This Series is about building C# Fullstack Web Applications in ASP.NET using MVC, Web API, the Entity Framework and a MS ...
7:16
Shadow Properties - EF Core - Foreign Keys
What is a Shadow Property in EF Core - Entity Framework Core? How to create or configure a Shadow Property in EF Core?
8:30
Entity Framework Core - Configure Two Foreign Keys to the Same Table
Programming with Felipe Gavilan
... In this video we'll use the Fluent API to configure two foreign keys to the same table in Entity Framework Core.
1:00:00
EF Core, DDD, and Clean Architecture - Mapping Aggregates to Relational Databases
... https://github.com/dotnet/efcore/pull/31853 We will start by discussing the differences between using Entity Framework Core on ...