11:52
Quick Guide to Entity Framework Code First Part 2 - Adding a Table and a Foreign Key
Hello! Welcome to the second video in our quick guide series regarding entity framework. Today we are going to discuss how to ...
22:10
All Relationships with Entity Framework & Code-First Migrations in .NET 9 🚀
Master .NET & Blazor here: https://dnwa.net/4eWFSIF ---
7:08
1 to 1, 1 to Many and Many to Many Relationships with EFCore in 2023
In this video we'll use entity framework to set up 1 to 1, 1 to Many, and Many to Many relationships using a code first approach.
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.
6:20
Part 4 Customizing table, column and foreign key column names when using entity framework code fir
Text version of the video http://csharp-video-tutorials.blogspot.com/2014/05/part-4-customizing-table-column-and.html Healthy ...
9:59
Chapter 6 - Create Table in SQL with Foreign Key using Entity Framework Code First in .NET Core API
Hello guys, in this video you can learn using EF Core to create migration from the existing database. I have described here that ...
42:04
ASP .NET Core MVC CRUD Operations with Foreign key using CodeFirst Approach
From this tutorial you will learn to use the Foreign Key Attribute in Entity Framework Core to configure the Foreign Key Property.
8:59
C# Entity Framework 6 | Part 3 - Code First from database
Using Chapter 18 from Murach's ASP.NET 4.6 Web Programming with C# 2015 I use the Code First from Database option to ...
13:21
Part 57 Creating Foreign Key in Entity Framework code first in Web API .Net 8, 7,6 Web API Tutorials
Part 57 Creating Foreign Key in Entity Framework code first in Web API .Net 8, 7, 6 || Web API Tutorials @NehanthWorld Links: ...
3:47
Entity - Code First Data Annotations 14 ForeignKey Attribute
Entity - Code First Data Annotations next: 15 InverseProperty Attribute http://youtu.be/mLK7eZdu-TI.
11:56
Entity Framework Foreign Key Code First
Shows how foreign keys work with the entity framework and how foreign keys manage object relationships with code first entity ...
1:26
C# : Entity Framework Foreign Key as Primary Key Code First
C# : Entity Framework Foreign Key as Primary Key Code First To Access My Live Chat Page, On Google, Search for "hows tech ...
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:31
C# : Entity Framework Code First - two Foreign Keys from same table
C# : Entity Framework Code First - two Foreign Keys from same table To Access My Live Chat Page, On Google, Search for "hows ...
1:23
C# : Entity Framework 4.1 Code First Foreign Key Id's
C# : Entity Framework 4.1 Code First Foreign Key Id's To Access My Live Chat Page, On Google, Search for "hows tech developer ...
1:06:08
EF Core - Quick Start #1: Creating Basic Relationships In Entity Framework Core
EF Core: Quick Start - Video #1: Creating Basic Relationships In Entity Framework Core -- Using Visual Studio Code, SQLite, and ...
24:51
Chapter 7 - Entity Framework Code First Approach to Create Migrations to Save Data in Asp.Net Core
Hello guys, this is chapter 7 for the video series Asp.Net Core Web API. Here I have described how to how to create a database ...
7:16
Shadow Properties - EF Core - Foreign Keys
... in EF Core - Entity Framework Core? How to create or configure a Shadow Property in EF Core? How to make a foreign key as ...
9:43
Entity Framework Relationships Code First
Shows how relationships with entity framework code first works both in the model and the database.