Similar articles
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...
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
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...