Top "Lazy-loading" questions

object until the point at which it is needed.

Cached property vs Lazy<T>

In .NET 4 the following snippet with a cached property can also be written using the System.Lazy<T> …

c# .net .net-4.0 lazy-loading
RecyclerView Lazy Loading (Universal Image Loader)

Using Android Universal Image Loader and RecyclerView to asynchronously load images, I'm getting the same error as other people, where …

android android-studio lazy-loading android-recyclerview universal-image-loader
Hibernate 4 ClassCastException on LAZY loading while EAGER works fine

I have the following JOINED inheritance root entity for geographic areas (like continents, countries, states etc.): @Entity @Table(name = "GeoAreas") @…

hibernate jpa lazy-loading classcastexception hibernate-4.x
Implement WPF treeview with different Parent Nodes a well as different child nodes?

I want to implememt a tree view with has the following structure..... [RootNode] <---- Root of tree --[ParentNode …

wpf treeview lazy-loading hierarchicaldatatemplate
Router infinite loop with second canActivate guard on lazy-loaded modules

I have an angular 4.3.6 application with lazy-loaded modules. Here is a partial root router: const routes: Routes = [ { path: '', redirectTo: …

angular lazy-loading angular-router angular-router-guards
How to use NHibernate Projections to retrieve a collection

I am lazy loading the collections, and also because there are so many fields within the person table, I am …

c# linq nhibernate lazy-loading projection
Using slick.js carousel and lazy loader to display a fullscreen image carousel

I'm using slick.js carousel with the inbuilt lazy loading functionality to display a fullscreen image gallery. The one problem …

jquery background-image lazy-loading background-size slick.js
Ngx translate with shared/lazy loading modules

Probably one of the most common questions, while the documentation and some other questions I found try to clear up …

angular lazy-loading angular7 ngx-translate
DTO Pattern + Lazy Loading + Entity Framework + ASP.Net MVC + Auto Mapper

Firstly, Sorry For lengthy question but I have to give some underlying information. We are creating an Application which uses …

asp.net-mvc entity-framework lazy-loading automapper dto
Angular Router Breadcrumbs with Lazy Loaded Modules

I am working with using the Angular router to dynamically add breadcrumbs. I have followed several examples and have gotten …

angular angular-ui-router lazy-loading breadcrumbs