Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are lazy/deferred loading and eager loading?



What are lazy/deferred loading and eager loading?..

Answer / 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

More LINQ Language-Integrated Query Interview Questions

What is difference between XElement.Load() and XDocument.Load()?

1 Answers  


How is datacontext class related to linq?

1 Answers  


How are standard query operators useful in linq?

1 Answers  


Explain what is the purpose of linq providers in linq?

1 Answers  


What are Quantifiers?

1 Answers  


How to write linq query in javascript?

1 Answers  


Elaborate on plinq?

1 Answers  


Where in linq query with multiple conditions?

1 Answers  


How to write LINQ query for Inner Join with OR condition?

1 Answers  


What is the difference between n-tier and n-layer architecture?

1 Answers  


What are advantages of using LINQ on DataSet?

1 Answers  


What are the different ways to write linq query syntax?

1 Answers  


Categories