Home | Submit an interview question | Filter by category | Filter by job function | Filter by company
 
Member Information
UserId/Email
Password
 
Forgot Password
Technology Category
.NET (1836)
Languages (142)
Database (347)
Operating System (65)
Reporting (6)
Third-Party Tools (2)
Testing (184)
OOP (85)
Web Development (44)
Design Patterns (90)
General (17)
Networking (98)
Hardware (63)
Brain Exercise (4)
Others (45)
 Our Network
.NET Heaven
C# Corner
DbTalks
Interview Corner
Longhorn Corner
Mindcracker
VB.NET Heaven
Home » .NET » .NET
What is lazy loading?
Posted by Davin Martyn Jan 12, 2012
Viewed : 6123 times
Major Category : .NET
Minor Category : ASP.NET
Total Replies : 3
 EDITORIAL ANSWER  
No Reply Yet
 ANSWERS BY USERS  
vani miriyala
Feb 17, 2012
Exact answer needed for visitors
ajitender vijay
Jan 27, 2012
Lazy loading means not creating an object until the first time it is accessed.This technique is most useful when you have large hierarchies of objects (such as a product catalog). You can lazy-load subordinate objects as you navigate down the hierarchy, and thereby only create objects when you need them.
Miroslav Bucko
Jan 18, 2012
The “Lazy Loading” design pattern actually equips the developer with the art of providing data only when a property is called for. In other words, it is a on-demand loading. It is an efficient technique to improve performance.
    
1
 

 Hosted by MaximumASP  |  Found a broken link?  |  Contact Us  |  Terms & conditions  |  Privacy Policy  |  Advertise with us
Current Version: 4.2011.13.2
 © 1999 - 2012  Mindcracker LLC. All Rights Reserved