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

Can we use linq to query against a datatable?

1 Answers  


What are disadvantages of LINQ?

1 Answers  


What is linq in c# with example?

1 Answers  


What are important features linq?

1 Answers  


Is linq an orm?

1 Answers  


What are the advantages of LINQ over stored procedure?

1 Answers   UGC Corporation,


What is parallel linq?

1 Answers  


What is linq used for?

1 Answers  


What are benefits and advantages of linq?

1 Answers  


Why is linq used?

1 Answers  


Explain what is lambda expressions in linq?

1 Answers  


Explain how linq with databases can be used?

1 Answers  


Categories