Tag: singleton
Dependency Injection & Common App Settings
Hi guys, how you doing? Today I want to talk about common app settings, what do I want to […]
Read More →Design Patterns – Singleton
Singleton is a creational design pattern. Idea: We want to have some classes that should have EXACTLY ONE INSTANCE. […]
Read More →