What is database first approach in mvc using entity framework?
Answer Posted / Renu
Database First approach in MVC with Entity Framework involves creating the database schema first, and then generating the models based on it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers