When dealing with large datasets, ________ loading should be carefully managed in asynchronous operations to optimize performance.

  • Eager
  • Explicit
  • Implicit
  • Lazy
When dealing with large datasets in Entity Framework, Lazy loading should be carefully managed in asynchronous operations to optimize performance. Lazy loading can lead to the retrieval of unnecessary data, causing performance overheads.
Add your answer
Loading...

Leave a comment

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