.NET
.NET Framework
.NET Framework 4.5
.NET Framework 4.5.2
.NET Framework 4.6
Back-2-Bascis
BCL(Base Class Library)
C#.NET
Codes
Design Patterns
KnowledgeBase
Microsoft
Portable Class Library
Visual Studio 2013
Visual Studio 2015
VisualStudio
VS2010
VS2012
VS2013
VS2015
Windows
Back to Basics : Singleton Design Pattern using System.Lazy type
This article takes you to a simpler/alternative approach in making a Singleton Design Pattern implementation using System.Lazy class rather that using our traditional approach. Singleton Design Pattern implementation without lazy…