The Entity Framework enables developers to work with data using a ___________-first approach.

  • Code
  • Data
  • Database
  • Model
The Entity Framework enables developers to work with data using a code-first approach. In this approach, you define your model classes first, and then the database schema is generated based on those classes.
Add your answer
Loading...

Leave a comment

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