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.
Physical First

B.
Database First

C.
Code First

D.
Model First



Leave a Reply 3

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


mahdb

mahdb

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.

Artur

Artur

“visually manage a data model” = “model first”