Category: VS2015

Back to Basics : Singleton Design Pattern using System.Lazy type

Posted on 4 min read

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

Introduction to HTTP/2

Posted on 3 min read

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

Posted on 3 min read

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

Microsoft Developer Program for IoT & Windows 10 IoT Core Insider Preview

Posted on 3 min read

Microsoft has introduced a new developer program to enable the developers working on Internet of Things(IoT) based implementations.  As part of this program developers would be able to try out – Windows 10 IoT Core Insider Preview. If you are an enthusiast working on IoT, you can signup @ https://www.windowsondevices.com/signup.aspx allows you to be early… Continue reading

Visual Studio 2015 RC–Download

Posted on 1 min read

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

Posted on 2 min read

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

Visual Studio 2015 – ctp6

Posted on 1 min read

Microsoft today has released Visual Studio 2015 Community Technology Preview 6 (CTP 6), which includes some new features and improvements, such as new UI debugging tools for XAML, new Control Flow Guard security tool, and feature updates to ASP.NET framework. For more information about what’s new in this release, please see the release notes. Visual Studio 2015… Continue reading

Showing 11-17 of 17 posts
per page