Entity Framework Core Code First Migrations In Detail

preview_player
Показать описание

In this video, I will show you how to use Code-First migrations with Entity Framework Core. I will also cover many different functionalities related to migrations like seeding data using separate classes, reverting migrations, creating scripts, adding a custom code to the migrations, and executing migrations from a separate project’s assembly.

As you can see there is a lot to cover, so let’s get started.

FOLLOW US ON SOCIAL MEDIA!
Рекомендации по теме
Комментарии
Автор

Can you create a detailed video on the EF Core relationship

ArunKumar-ydv
Автор

Awesome as usual 👍
Thanks for mentioning the update in the old one
1- How to seed one to many or many to many tables (Users, Roles and UsersRoles)?
2- Is it better to use await instead of sync version?

Tamer_Ali
Автор

Thank you all for watching and for your support.

CodeMaze