I thought I'd give my point of view regarding the singleton pattern and how I prefer creating the pattern in .NET. Some pepole will argue that the way I do it is not the "way it should be done" but again, I will point to: this is only my way of doing it, not THE only way everyone should do it. In this post, I'm not talking about a Singleton in a system ......