Answer Posted / Bhupender Singh Chahal
Lazy or deferred loading retrieves an entity or a collection of entities only when they are needed. It helps to optimize the performance by reducing the initial load. Eager loading, on the other hand, loads all related entities along with the main entity during the first query, which might result in a larger initial load but can help to reduce the number of queries required.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category