The Entity Framework ___________ feature allows you to specify how entity classes are mapped to database tables.

  • Code-First
  • Code-Last
  • Code-Only
  • Code-Middle
The correct option is "Code-First." Code-First is a feature of Entity Framework that allows developers to define the domain model classes first, and then generate the database schema based on those classes. This approach provides flexibility and control over the database design while working primarily with object-oriented code.
Add your answer
Loading...

Leave a comment

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