Thursday, July 10, 2014

Implementing Singleton in C#

Today was the day I wanted to create a Singleton class.
I've did it many times before but couldn't remember which "template" I used before.

I started looking around and found which "template" I usually use.

I always used template 4 from the article Implementing the Singleton Pattern in C#.

Screenshot of template 4 with some information:

No comments:

Post a Comment