Relative Content

Tag Archive for c#design-patterns

Creating singletons of derived class from a base class

Hi i have a bunch of managers which are all singletons for each type that they manage, but i am wondering if i can reduce the annoyance having to setup the singleton logic in each derived class because its rather repetitive code.