Click here to Skip to main content
15,897,371 members
Articles / Programming Languages / C#

Lazy Loading in C#

Rate me:
Please Sign up or sign in to vote.
4.53/5 (26 votes)
3 Nov 2011CPOL2 min read 141.3K   1.6K   55  
Lazy loading is a design pattern that helps a developer to delay initialization of an object until the program actually needs the object.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions