When using Database-First, the ________ process can be used to update the model after database changes.

  • Database Mapping
  • Database Update
  • Model Generation
  • Reverse Engineering
In Database-First approach, developers can use the Reverse Engineering process to update the entity model after making changes to the database schema. This process involves generating the entity classes and DbContext from an existing database schema.
Add your answer
Loading...

Leave a comment

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