Categories: C#.Net

Differences between Singleton Class and Static Class in C#

It discuss about differences between Singleton Class and Static Class in C#.

Categories: C#.Net

Differences between Singleton Class and Static Class in C#

It discuss about differences between Singleton Class and Static Class in C#.

Categories: C#.Net

Creational Pattern, Singleton Design Pattern, Example of Singleton Pattern in C#

Singleton design pattern is a creational pattern. You can use singleton pattern in C# whenever you need to maintain instance of a class globally. This article discuss about singleton design patterns in C#, example of singleton design pattern in C#. Singleton pattern in .Net is very useful whenever you need to control the creation of object for particular class.