All Relationships with Entity Framework & Code-First Migrations in .NET 9 🚀

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ม.ค. 2025

ความคิดเห็น • 22

  • @PatrickGod
    @PatrickGod  หลายเดือนก่อน +3

    🚀 Join the .NET Web Academy: dnwa.net/4eWFSIF
    🎉 Grab a massive discount by using the code "DOTNET9".

  • @nove1398
    @nove1398 หลายเดือนก่อน +3

    This is a good introduction, you can do a deeper dive for another video

  • @sherifezzat4983
    @sherifezzat4983 หลายเดือนก่อน +3

    You are the best, brother! ❤️

    • @PatrickGod
      @PatrickGod  หลายเดือนก่อน +1

      You're the best!

  • @D00Mitru
    @D00Mitru หลายเดือนก่อน +5

    Great video. However, navigation properties that are lists should default to an empty list instead of null.

  • @pezhmanpiramoun2997
    @pezhmanpiramoun2997 หลายเดือนก่อน +1

    Informative like always 🌟🌟🌟🌟🌟

  • @clebersondot-net
    @clebersondot-net หลายเดือนก่อน +1

    God vídeos you made, patrick! Thanks. 🚀

  • @mdsafikulislam9113
    @mdsafikulislam9113 หลายเดือนก่อน +1

    Thanks

  • @AboEyadwagih
    @AboEyadwagih 8 วันที่ผ่านมา

    it's a mazing {good}

  • @AboEyadwagih
    @AboEyadwagih 8 วันที่ผ่านมา

    one question if we have a new windows installtion and database deleted how can create it

  • @dzoniaero
    @dzoniaero หลายเดือนก่อน

    Hey bro, great tutorial! You've explained everything really well, and the previous video was great too. I was just wondering about the next video-do you have any updates regarding methods for update (PUT), delete, and add (POST)? We’ve added more properties, so the code is no longer the same, if you know what I mean. Thanks!

  • @developmentroselino
    @developmentroselino หลายเดือนก่อน +1

    can EF core fix my relationship ?

  • @valghirenghir3791
    @valghirenghir3791 10 วันที่ผ่านมา

    What about lazy loading and virtual nav props ? And FluentAPI is useless now ?

  • @alfredodey
    @alfredodey 17 วันที่ผ่านมา

    😂 "After you click the 'Like' button". 👍🏾

  • @gerb1419
    @gerb1419 หลายเดือนก่อน

    @Patrick God. Can you tell me how to design an EF scheme if I need to save large files (blobs) in the MS SQL database? Like 20-50 megabyte files. As far as I understand, FILESTREAM is not supported by EF ?

  • @vincentotieno9197
    @vincentotieno9197 หลายเดือนก่อน

    Do too many null(able) columns affect the performance of the database?

  • @justsmile7449
    @justsmile7449 หลายเดือนก่อน

    Hello for beginner dev should i learn MVC or go straight to .net core web api ???

  • @blankomog
    @blankomog หลายเดือนก่อน

    Damn. I was just re learning this..lol

  • @valghirenghir3791
    @valghirenghir3791 10 วันที่ผ่านมา

    I'll love to join the academy, but I've no money...😭, not even to by food all the month...

  • @dasfahrer8187
    @dasfahrer8187 หลายเดือนก่อน

    You run the risk of cartesian explosion by doing multiple Includes like that.

  • @blankomog
    @blankomog หลายเดือนก่อน

    How is he zooming in and out

  • @FastForward-i4s
    @FastForward-i4s 26 วันที่ผ่านมา

    Great stuff, but you should also be very upfront with the dangers of these things. We are raising a generation of coders that do not know or care about database design and optimization because of EF. If a dev learns about EF core from videos like these and jumps into a decently big project chances are his code will bring trouble (performance wise specifically) at the very least.