SANKARSAN BOSE
Posts: 260
Nickname: sankarsanb
Registered: Oct, 2008
|
SANKARSAN BOSE is a .NET Professional
|
|
|
|
Static Classes & Singleton in C#
|
Posted: Aug 11, 2012 11:10 PM
|
|
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: This is quite straightforward. This is just like any normal class, we are just preventing [...]
Read: Static Classes & Singleton in C#
|
|