0
kicks
Singletons vs. Static Classes - The loneliest number
Shows some advantages of singleton design pattern and static classes in C#. One is the loneliest number, but having only one instance of an object in memory is a very useful pattern.