🚀 Join the .NET Web Academy: dnwa.net/4eWFSIF 🎉 Grab a massive discount by using the code "DOTNET9".
@nove13982 ай бұрын
This is a good introduction, you can do a deeper dive for another video
@sherifezzat49832 ай бұрын
You are the best, brother! ❤️
@PatrickGod2 ай бұрын
You're the best!
@clebersondot-net2 ай бұрын
God vídeos you made, patrick! Thanks. 🚀
@pezhmanpiramoun2997Ай бұрын
Informative like always 🌟🌟🌟🌟🌟
@D00Mitru2 ай бұрын
Great video. However, navigation properties that are lists should default to an empty list instead of null.
@AboEyadwagih14 күн бұрын
it's a mazing {good}
@mdsafikulislam91132 ай бұрын
Thanks
@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!
@valghirenghir379116 күн бұрын
What about lazy loading and virtual nav props ? And FluentAPI is useless now ?
@AboEyadwagih14 күн бұрын
one question if we have a new windows installtion and database deleted how can create it
@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 ?
@alfredodey23 күн бұрын
😂 "After you click the 'Like' button". 👍🏾
@justsmile7449Ай бұрын
Hello for beginner dev should i learn MVC or go straight to .net core web api ???
@vincentotieno91972 ай бұрын
Do too many null(able) columns affect the performance of the database?
@blankomog2 ай бұрын
Damn. I was just re learning this..lol
@developmentroselinoАй бұрын
can EF core fix my relationship ?
@valghirenghir379116 күн бұрын
I'll love to join the academy, but I've no money...😭, not even to by food all the month...
@dasfahrer81872 ай бұрын
You run the risk of cartesian explosion by doing multiple Includes like that.
@FastForward-i4sАй бұрын
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.