The Model-First approach facilitates ________ between the database schema and the entity model.

  • Code Generation
  • Database Synchronization
  • Model Generation
  • Visual Mapping
Model-First approach enables developers to visually design the entity model using tools like Entity Framework Designer. The tool then generates the database schema from the model, ensuring synchronization between the two. This approach simplifies the process of designing and updating the database schema.
Add your answer
Loading...

Leave a comment

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