Kizspy | Question: 7
(Choose 1 answer)
What is the fundamental concept of "Code-First" development in Entity Framework Core?
A. You design the database schema first, and then EF Core generates the C# model classes.
B. You write the API endpoints first, which then dictates the model and database structure.
C. You define your data models as C# classes, and EF Core creates or updates the database schema to match them.
D. You write raw SQL scripts first for all data operations.
OW.COM