C#C
C#4y ago
Krai

❔ Singleton Pattern

Hi in ioc container we have .AddSingleton() method for singleton lifetimes. My question is when we need create a singleton class? Can't I just save it with dependency injection?
Was this page helpful?