Rahul Patil

Rahul Patil

  • NA
  • 37
  • 13.6k

how to add mysql database in mvc(Database first approach)

Aug 17 2020 8:25 AM
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)

Answers (6)