Category: Visual Studio 2015

.NET Core 1.0.1 Update (September 2016) Available

Microsoft .NET Core team has released an update to .NET Core 1.0, versioned as “.NET Core 1.0.1”. Read more detailed updates from Microsoft Developer Announcement Blog: Announcing September 2016 Updates…

Visual Studio 2015 Update 3 – Download

Today Microsoft has released Update 3 for Visual Studio 2015. Visual Studio 2015 Update 3 includes a variety of capability improvements and bug fixes. To find out what’s new, see…

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…