18 - Entity Configuration in Fluent API | Code First | EF

preview_player
Показать описание
Entity Configuration in Fluent API
Рекомендации по теме
Комментарии
Автор

Hi Mam.. in this video while showing for Employee class u haven't put "public int DeptId { get; set; }" so in 21st video while making one to Many relationship this was not coming .HasForeignKey(e => e.DeptId); also TeamId...just thought of informing.. however I would like to thank you a lot for the whole series in Entity Framework.. I completed the whole series today and it was very useful for my understanding..

radhikab
Автор

Thank you, Mam! Very useful tutorial.

mortrus
Автор

Thank you Mam you done a great job
Stay blessed

MuhammadBilal-zgmi
Автор

Hi maam, why not define StudentAddressId as Primary key in 'EmployeeAddress' class instead of 'EmployeeId'

anirudhrajendran