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