Entity Data Model Wizard
I was watching this tutorial: https://www.youtube.com/watch?v=1oGxPoTGl0U&ab_channel=TekTuition
Around the 1:54 mark he uses something labelled the "Entity Data Model Wizard". I assume this is related to the Entity Framework (going by google searches).
However, as far as I was taught, EFcore uses classes to store DB relationships. Is the "Entity Data Model Wizard" a GUI representation of this process or something entirely different?
I'm really confused as to how the "Entity Data Model Wizard" relates to EFcore
Tek Tuition
YouTube
Star Rating in ASP.NET MVC Part - 1
Don't forget to Like, Comment, Share and Subscribe to my Channel
š§āāļø Connect with me on
LinkedIn -www.linkedin.com/in/tek-tuition
GitHub: https://github.com/tektuition
Email: [email protected]
twitter: @tektuition
Buddha attracts Prosperity, Success and Financial Gains :
https://amzn.to/31eJeRK
Wireless keyboard Mouse
https://amzn.to/2...
2 Replies
it doesn't, edmx is old stuff from EF that is no longer used in ef core
What does edmx actually do? I'm confused since it basically maps out the database as well.
Is it fully deprecated? Is it still used for any purposes?
What functionality difference does it have from EFcore?