Implementing ________ as a caching technique can reduce database round trips in an Entity Framework application.

  • Deferred loading
  • Eager loading
  • Explicit loading
  • Lazy loading
Eager loading is a technique in Entity Framework where related data is loaded along with the main entity, reducing subsequent database round trips.
Add your answer
Loading...

Leave a comment

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