Hi @Pinky ,
About EF with MVC, there are Code First, Database First and Model First.What do you need?
If you need Code First,you could refer to below this article:
https://learn.microsoft.com/en-us/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/creating-an-entity-framework-data-model-for-an-asp-net-mvc-application
If you need Database First,you could refer to below this article:
https://www.c-sharpcorner.com/UploadFile/87b416/create-simple-mvc-application-using-entity-framework-databa/
If you need Model First,you could refer to below this article:
https://www.entityframeworktutorial.net/model-first-with-entity-framework.aspx
Best regards,
Yijing Sun
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.