Singleton Pattern vs. Static Class
Posted on : 13-11-2008 | By : Utkarsh Shigihalli | In : .net, c#, programming
0
The singleton pattern ensures a class has only one instance, and provide a global point of access to it.
There is a nice article about choosing between Singleton pattern and the static class here with examples.



