Category: Portable Class Library

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…

Visual Studio 2013 Update 5 (2013.5) RC–Released

Microsoft has released an release candidate version for VS2013 Update 5 (short: 2013.5). This update is the latest in a cumulative series of technology improvements and bug fixes for Visual…

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…

Visual Studio 2015 – ctp6

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…

WP8 Developer Series–Getting to know Common API’s for Windows Phone 8 and Windows 8

  Windows Phone 8 is the second generation of the Windows Phone mobile operating system by Microsoft, officially announced the release to manufacture on 29th OCT 2012. Previous Windows Phone…