Entity Framework Core Part 6 - Code First Migration

preview_player
Показать описание
Coding Tutorial: Entities map on to classes, so if you change one, you have to change the other, right? Or you could get the migration tools to do it for you.

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

Excellent. Very informative indeed. Thank you.

Chapalia
Автор

wow . Amazing . excellence instructor !
it will help me a lot at work

thuyuyenlovely
Автор

Any other aspects of EF Core you want to know about? Let me know.
And don't forget to click 'like'!

CodingTutorialsAreGo
Автор

At 5:37, what keyboard shortcut did you press to toggle the lower pane (error, output windows), to expand the code area?

codefoxtrot
Автор

In EF Core Version 6.0.5 you data will not be lost even if you update the name for a column, it CAN be lost if you change the Data Type from string to an Enum for example! and in this case the Update-Database will fail, since it can't convert from nvarchar to int.

rodrigo
Автор

great videos i love it thank you very much for the content sir !

hannahbaker