The moment I see Amichai posted a new video, I know for sure that I'll learn something useful and interesting
I cant wait for Domain Layer and EF interaction video!!
Thank you, Amichai. I can't wait for the video where you link DDD and EF Core together. Keep it up
Really good video. Using additional diagrams to show how the concepts worked really helped as it gives a different perspective to just seeing the code
Hey Amichai, absolutely awesome video, thank's so much for the many days it must have taken to put all this together, really liked the flow of design through to implementation, this is better than any dedicated entity framework course I have seen too! - learnt a tun of stuff on this one - I'll be watching this a number of times I think to understand everything. I think this will be really useful to lots of people trying to link DDD to the database via entity framework.
Perfect playback speed, you know us man :D Your content is cool! That's the beauty of learning from experienced seniors. I hope you keep posting regularly.
From this video I learned very important skill- to shift rows up and down with a cursor in fast neurotical way. ;-)
Thansk Amichai! Good video for beginners in the world efcore
Just have a performance feedback, but first thank you for such an awesome video, I've subscribed. Okay so when you insert lots or rows with Guids defined in C# as Ids, because those values are random, Microsoft Sql Server will have to work hard to place them in the right index location as it inserts each row into the table, if you run a test where you are inserting thousands of rows, you may see a noticeable performance degradation. So I would recommend using int or bigint and let sql server generate the key as autoincrement. If you really want to stick to guids then you can configure them to be autoincrement in sql server and let sql server generate it for you, then you will see that the guids will look very similar one from the next, but that's a configuration on the sql server side, not sure how you would do it on EF, but yeah all good, thank you, awesome video
Great intro to EF!
i hope if there's more content like that
Don't get why the properties must be made private regardless of the fact that EFCore iterates over the properties and adds them to the migration definition. I mean why must they be private? And why must we have an empty constructor for Breakfast for EfCore to work? Timestamp: 17:56
Great Video Amichai! Can you do a video explaining how to use EF Core for an existing Data Base? I mean, using EF Core with a DB first approach. Thank you!
thanx bro , can u make a video to explain Backing Fields in EF Core
really clean workflow
Is there any particular reason you prefer doing the configuration of entities in a fluent way instead of using data attributes?
Thank you!
How do you have the option to sync namespace with the folder you are in when moving it around?
Would be curious to hear why you chose a Mac as your OS ?
@amantinband