In an application with a layered architecture, Entity Framework is often integrated at the ________ layer.

  • Business Logic
  • Data Access
  • Data Persistence
  • Presentation
Entity Framework is commonly integrated at the Data Access layer in a layered architecture. This layer is responsible for interacting with the database and performing CRUD (Create, Read, Update, Delete) operations, making it an ideal place for integrating Entity Framework for data persistence.
Add your answer
Loading...

Leave a comment

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