the endeavors of a professional geek at microsoft.
May 2004 - Posts
-
When to implement a finalizer: You should only implement a finalizer when you are implying that that the class encapsulates unmanaged resources, which, in other words, means you’re dealing with resources that the runtime’s garbage collector Read More...
|
-
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/singletondespatt.asp singleton – a single object. Important tidbits gleaned from the article: The Singleton pattern lives in a family of creational patterns. Creational patterns Read More...
|