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 for .NET Core 1.0 You can read the release notes for…
Read more

Microsoft Visual Studio 2015 Update 3 – hotfix build – 14.0.25422.1 (KB3165756)

Microsoft has released a hot-fix for Visual Studio 2015 Update 3, to fix certain critical issues identified after the release of Update 3. Supported Version Visual Studio 2015 Update 3 File name VS14-KB3165756.exe Date published 07/12/2016 File size 2.4 MB…
Read more

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 the Visual Studio 2015 Update 3 Release Notes. For a…
Read more

Visual Studio 2015 Update 2–Download

Today Microsoft has released Update 2 for Visual Studio 2015. Visual Studio 2015 Update 2 includes a variety of capability improvements and bug fixes. To find out what’s new, see the Visual Studio 2015 Update 2 Release Notes. For a…
Read more

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 initialization: This code is thread safe enabled This approach ensures…
Read more