Skip to content

DimiHk/demo-singleton

Repository files navigation

What is Singleton ?

In quick words singleton design pattern allows us to create only one instance of a classe during all the lifecycle of the application.

When should i use it ?

Reading configs is a great use case for the singleton design pattern, also you can use it for logging.

Resources

About

demo-singleton using .NET 6.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages