Entity Framework Core Part 1 - Code First Generation

preview_player
Показать описание
Classes map to tables, so why write both? Let Entity Framework do the work for you.

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

Anything specific you'd like to know about Entity Framework? Just ask.

CodingTutorialsAreGo
Автор

I had so much freaking troubles when I tried to access the foreign object in my models, because EF maps an object to the table, I assumed it would do so but since it didnt I thought the way I described the relations was wrong because I designed the SQL relations like you would in SQL, for 2 days the foreign object was null, solved the problem with your eager/lazy loading explanation.
Thank you so much.

sagivalia
Автор

Very easy to follow as a begineer!
Awesome tutorial, look forward to your series!

ghostslinger
Автор

You, sir, are amazing. Thank you very much indeed for this fantastic video and hopefully series. I will now have to go through all your videos 😁.
Cheers

Chapalia
Автор

Amazing !
The instructor is very knowledgeable .

thuyuyenlovely
Автор

Just brilliant the way you explain it! Thank you

_lamakumba
Автор

Thanks for the excellent video. Clear explanation.

AlbrechtJ
Автор

that is all i needed :D for more then a 2 months thanks sir perfect video keep it up please

adambelos
Автор

In following the common idea of practice makes perfect i also decided to make a simple book library using EF6.

rdcarbonk
Автор

Was trying to follow but it start with a ready made project. Maybe you could show how it was set up a little bit

isho
Автор

very useful video for my job. so when i use Include(), im using eager-loading approach.

rezakhakpour
Автор

Should we only have 1 DbContext class per application? In this example its trivial but I have some confusion there

nick
Автор

Hi, how were you able to type override and then given options to override. Does not seem to work in my visual studio community 2022

gaurud
Автор

Hi there, I am using VS Code in Ubuntu and wondering what kind of template command should i use to create this project? Thanks

lesterllorca
Автор

Plural table names drive me crazy do not like them.

UnknownMoses