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 [code language=”csharp” padlinenumbers=”true”] /// <summary> /// Singleton class /// </summary> public class AppConfig { private AppConfig() { }… Continue reading
Category: Visual Studio 2015
Introduction to HTTP/2
The reason I got started with topic is that, there were some buzz around Visual Studio 2015 RC support for HTTP/2 and Windows 8 – IIS support for HTTP/2. I was curious to learn further about the HTTP/2 and sharing my findings in this article. About HTTP/2. HTTP/2 is the first new version of HTTP… Continue reading
Visual Studio Tools for Apache Cordova in Visual Studio 2015 RC
Microsoft has announced that with Visual Studio 2015 – Apache Cordova tools will be integrated within the main install bundle. Using Apache Cordova Tools for Visual Studio you will be able to develop cross-platform mobile applications using single codebase for iOS, Android and Windows Phone. With support for native device capabilities (e.g. camera, accelerometer, contact),… Continue reading
Visual Studio 2015 RC–Download
During #Build2015 event Microsoft has unveiled Visual Studio 2015 RC (Release Candidate) with lots of improvements and fixes to CTP version of Visual Studio. RC would be a near release quality and your see it is stable than ever. Release Date: 29/APR/2015 Release Notes: View Release notes Download Visual Studio 2015 RC Community Edition –… Continue reading
Visual Studio 2015–Editions
With Visual Studio 2015 Microsoft has changed type of editions available as part the Visual Studio product line up, also made some changes to MSDN Subscription levels. Changes in Visual Studio Editions No more Premium and Ultimate edition of Visual Studio. There will only be 3 editions available: Visual Studio 2015 Community Edition – Free,… Continue reading