In a complex application, Code-First Migrations can be managed using the ________ command-line tool.

  • CodeFirst CLI
  • CodeFirst-Migrate
  • EF Core CLI
  • EntityFramework CLI
Entity Framework Core provides a command-line interface (CLI) tool for managing Code-First Migrations. The tool, known as "EF Core CLI," allows developers to create and apply migrations, update the database schema, and manage database changes efficiently.
Add your answer
Loading...

Leave a comment

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