DI and Singleton Pattern in one implementation
- by Tony
I want to refactor some code using the Windsor IOC/DI framework, but my issue is that I have some Singleton classes and Factory pattern classes and I am not sure that one can implement a Singleton or Factory using DI.
Has anyone any ideas if that is possible and how?