Recent Posts

Singleton design pattern using C#

5 minute read

The Singleton pattern is a design pattern that restrict to create object more than once and provides a global point of access to that instance. This pattern ...