In Entity Framework Code-First, the DbContext class acts as a bridge between the application and the _________.

  • Data Access Layer
  • Data Model
  • Database
  • User Interface
In Entity Framework Code-First, the DbContext class serves as a bridge between the application and the data model. It represents a session with the database and can be used to query and save instances of your entities.
Add your answer
Loading...

Leave a comment

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