Entity Framework Core Part 6 - Code First Migration

Sdílet
Vložit
  • čas přidán 22. 10. 2020
  • 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.
    Source code available at: github.com/JasperKent/Entity-...
  • Věda a technologie

Komentáře • 11

  • @Chapali9a
    @Chapali9a Před 3 lety +2

    Excellent. Very informative indeed. Thank you.

  • @thuyuyenlovely8053
    @thuyuyenlovely8053 Před 2 lety +2

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

  • @ohaRega
    @ohaRega Před 2 lety +2

    Wonderful series, thank you!!

  • @hannahbaker411
    @hannahbaker411 Před 2 lety +2

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

  • @johnyw1049
    @johnyw1049 Před 2 lety +2

    ty sir for teaching us

  • @CodingTutorialsAreGo
    @CodingTutorialsAreGo  Před 3 lety

    Any other aspects of EF Core you want to know about? Let me know.
    Source code is at github.com/JasperKent/Entity-Framework-Migration
    Subscribe for more at at: czcams.com/channels/qWQzlUDdllnLmtgfSgYTCA.html
    And don't forget to click 'like'!

  • @rodrigo6459
    @rodrigo6459 Před 2 lety +2

    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.

  • @zerosandones7547
    @zerosandones7547 Před 2 lety +2

    HIGH QUALITY! 👀

  • @codefoxtrot
    @codefoxtrot Před 2 lety +1

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