Info
| Version: | 1.0.0 |
| Author(s): | ClaireJune |
| Last Update: | Wednesday, October 30, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| NuGet Url: | https://www.nuget.org/packages/Singleton_SOLID |
Install
Install-Package Singleton_SOLID
dotnet add package Singleton_SOLID
paket add Singleton_SOLID
Singleton_SOLID Download (Unzip the "nupkg" after downloading)
this idea would be perfecet for a database connection, or a file connection. Where open/close could happen.
Using this pattern makes is very fast.