Similar articles
DotNetShoutout - Latest published stories
Lazy loading images with jQuery
Lazy loading images with jQuery Some of the articles written on this site are pretty image intensive and take up a lot of resources when loading up. An awesome way to improve page load times as well ...
DotNetShoutout - Latest published stories
Entity Framework and Lazy Loading
Some of you may have come across a situation where you’ve created your model and found that one of the properties is null when you were expecting a value. This article explains how lazy loading works ...
DotNetShoutout - Latest published stories
Lazy Loading in C# 4.0
Lazy loading is a pattern which delay initialization of object. C# 4.0 introduced new class which defers the creation of expensive objects when not in use. In this article I’ll explain the use of Lazy...
ASP.NET Weblogs
Lazy loading in Entity framework
What is lazy loading object? As per Martin Fowler, "An object that doesn't contain all of the data you need but knows how to get it." Here Bruno explains clearly how lazy loading works in terms of&nbs...
The Rob blog
Javascript / CSS Lazy Loading
Hi, I just updated my Lazy Loading script to also handle Style Sheets, so why not publish it to the public? I got the original script (written by: Bob Matsuoka) a while back from this Ajaxian art...
Web Reflection
195 Chars To Help Lazy Loading
We have talked many times about performances, and not only here.One common technique to speed up a generic online page is the lazy loading.For lazy loading I mean:runtime dependencies resolution via s...