.NET Questions
We are going to discuss some .NET questions here
Q1. Why don't we just use a static class instead of a singleton?
Ans. Although both static class and singleton have a single instance, there are a few drawbacks of static class that make singleton a be...
memorycrypt.hashnode.dev6 min read