Explain what is database first approach in mvc using entity framework?
Answer Posted / Shravan Kumar Gautam
Database First approach in MVC using Entity Framework involves creating the database schema first and then generating the model classes based on it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers