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.
Physical First
B.
Database First
C.
Code First
D.
Model First
Answer is D.
We need to choose an approach to VISUALLY manage the data model.
In Code-First method, we write plain classes. There is no visual representation.
+1 for D
“visually manage a data model” = “model first”