You are developing a new ASP.NET MVC application that does not have an existing
database.
The requirements for the application are not complete, and the SQL data model will likely
change.
You need to choose an approach to visually manage a data model.
Which approach should you use?
A.
Database First
B.
Model First
C.
Code First
D.
Physical First
It’s B – Model First
C is wring. B is correct.
C is wrong…
“You need to choose an approach to visually manage a data model.” – the answer must be B as that is the only answer that allows for said approach