Where to start/init connections in a Class? Constructor or seperate dedicated method?
I’ve encountered this problem for Redis, Database, etc, which involves making a connections with connection strings provided by user.
I’ve encountered this problem for Redis, Database, etc, which involves making a connections with connection strings provided by user.