Skip to main content

Home/ .Net Developers/ Group items tagged lazy-loading

Rss Feed Group items tagged

Tarik Guney

Lazy loading - Wikipedia, the free encyclopedia - 0 views

  • Lazy loading is a design pattern commonly used in computer programming to defer initialization of an object until the point at which it is needed. It can contribute to efficiency in the program's operation if properly and appropriately used. The opposite of lazy loading is Eager Loading.
Tarik Guney

Lazy Initialization - 0 views

  • Basic) methods for lazy init
  •  
    Lazy initialization is primarily used to improve performance, avoid wasteful computation, and reduce program memory requirements
1 - 2 of 2
Showing 20 items per page