To decouple business logic from data access, Entity Framework can be used along with the ________ pattern.

  • Factory
  • Observer
  • Repository
  • Singleton
The Repository pattern is commonly used with Entity Framework to separate data access logic from business logic, promoting decoupling and maintainability.
Add your answer
Loading...

Leave a comment

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