I want to add MySQL database in MVC(Database first approach)
I am working with database first approach in MVC but not adding an entity class and DB context classes in a modal folder
Currently, I am adding table and entity classes in the modal folder but not able to add in modal folder
see image
MySQL
I install in visual studio 2019
- EntityFramework
- MySql.Data.Entity
- MySql.Data.Entity.EntityFramework
what mistake did I make?
how to add MySQL database in MVC(database first approach)