Tagged Questions
16
votes
8answers
709 views
When should the Singleton pattern NOT be used? (Besides the obvious)
I know well that you want to use Singleton to provide a global point of access to some state or service. The benefits of the Singleton pattern do not need to be enumerated in this question.
What I am ...
2
votes
2answers
220 views
Patterns used in WPF
I have been getting more involved with WPF for about a year now. A lot of things are new and sometimes it is hard to get my head wrapped around it.
At the same time I am rereading the GOF Design ...