Kizspy | Question: 23
(Choose 1 answer)
What is the Database First Model in Entity Framework Core?
A. A model where the database schema is created first, and then EF Core generates code based on it.
B. A model where code generates the database schema.
C. A model used exclusively for NoSQL databases.
D. A model that requires manual mapping of all database tables to classes.
PJOVERFLOW.COM