In Entity Framework Core, the process of creating a command that can update the database to reflect the current model is called _________.

  • Migrations
  • Annotations
  • DbSet
  • LINQ
In Entity Framework Core, the process of creating a command that can update the database to reflect the current model is called "Migrations." Migrations enable you to evolve your database schema as your application's data model changes over time.
Add your answer
Loading...

Leave a comment

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