Implementing Singleton in C#
Interesting article I have just read about "Implementing Singleton in C#"
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpatterns/html/ImpSingletonInCsharp.asp Key topics covered: Static Initialization, Double-Check Locking, Multithreaded Singleton