I'm implementing a framework and want to create a lazy load initialization for one of my classes.
how to do this ?
Check this question.
The new .NET 4 class Lazy may help.