adspace


what is deferred loading(lazy loading)?

Answer Posted / Gaurav Kumar Yadav

Deferred loading, also known as Lazy Loading in Entity Framework (EF), is a technique where related entities are not loaded immediately but only when they are needed. This can improve performance by reducing the amount of data retrieved initially and minimize the number of database round trips.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use multiple submit buttons in asp.net mvc?

1307


Possible ways to prevent xss attacks on mvc application?

1081


Explain the request flow in asp.net mvc framework?

1090