Singleton is the most widely known Design Pattern. Singleton makes sure that one only one instance of a class is created and the same instance is used by other programs and classes.An implementation of a Singleton class is shown below:
Posts Tagged ‘Singletons’
Static Classes & Singleton in C#
Posted: August 12, 2012 in .NET, C#Tags: Singletons, Static Classes
1