What is the primary role of Entity Framework in the Data Access Layer of a multi-layered architecture?

  • Business logic encapsulation
  • Database connection handling
  • Object-relational mapping
  • Presentation layer interaction
Entity Framework primarily serves as an object-relational mapping (ORM) tool, facilitating the translation between object-oriented code and relational database structures.
Add your answer
Loading...

Leave a comment

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