lazy instantiation means instantiating an object only when it is needed. For this, we normally use large objects or resource extensive objects.
Continue readingTag: .NET
Let’s be Lazy with C# Lazy
Measuring Code Quality with Visual Studio
Visual Studio has taken care of the measurement of required parameters for our solution and here we will be understanding them in detail.
Continue readingAll About Method Overloading in C#
Here I cover all of the possible tricks, tweaks and twists with method overloading in C#. It will help you understand the concept better.
Continue reading