Entity Framework Core : Code First | Migrations - EP02

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

In this #EntityFramework #CodeFirst Tutorial, I am going through all the #Migration commands to show their use while building relational database

Content -
1. add-migration
2. update-database
3. remove-migration
4. customizing migration code
5. script-migration

Happy Coding!!

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

PLEASE REMAKE THIS SERIES, MAN. LOTS OF PEOPLE NEED THIS.

thanhatle
Автор

The last example.. customizing migration was awesome

bhavyar
Автор

Excellent videos! Sad not more people found them. Thank you i am subscribed now!

Saratoga
Автор

Thank You For This Wonderful Video for explaining the concept clearly.

laxmanjonchhen
Автор

One of the best videos about migrations, where are the rest of the videos?

offir
Автор

You did good job.. but why you stopped in middle of process.. please make it full course for code first approach.. i need this for upcoming interview..

rajkumarcsl
Автор

Thanks for sharing your knowledge, Too useful for me!

peymanx
Автор

Great videos! Will you be continuing this series?

SuperToughnut
Автор

Thanks bro. I'm in need of learning Entity Framework ASAP for my project. Are these two episodes enough for me to work using EF Core? If not, what are the important ones that I need to know in order to work using it?

harithsufri
Автор

Can you share mysql database migrations where i have already ef entity models creted for mssql but now i want to use mysql?

SPRajOfficial
Автор

plz share EP03 for Relation DB Migration .

nagarajanp
Автор

Great video about migrations but it would be very useful to include the downsides of Ed core migrations so the viewers can make informed decisions. At the moment I write this the migrations method deprives the users from using the advanced features of the databases and being limited only to the basic common denominator cross all dbs. Then having your db code reduced to a string is really unpleasant to read. The diffing of the db structure is not visible at a glance. The ef core badly needs the db first functionality and full db features support for this to be viable approach for serious db projects that use the full feature sets of the databases.
Just my 2cents to warn the viewers to not get this as a best practice for all cases and really think it through first. Will this be sufficient for their needs.

OggVorbis