Which approach should you use?

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?

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



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Diego

Diego

It’s B – Model First

chicco

chicco

C is wring. B is correct.

chicco

chicco

C is wrong…

ahahaha

ahahaha

“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