1.

What Is Deferred Loading(lazy Loading)?

Answer»

When objects are returned by a QUERY, related objects are not loaded at the same time.
Instead they are loaded automatically when the navigation PROPERTY is accessed. Also KNOWN as “lazy loading,”

When objects are returned by a query, related objects are not loaded at the same time.
Instead they are loaded automatically when the navigation property is accessed. Also known as “lazy loading,”



Discussion

No Comment Found