6
Answers

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

Rahul Patil

Rahul Patil

4y
782
1
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)