.NET

All .NET Related Stuffs goes here.

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

New Certification – MCSD – Azure Solution Architect

Microsoft has made availability of new MCSD certification called as “MCSD – Azure Solutions Architect“. Required Exams: 070-532: Developing Microsoft Azure Solutions 070-533: Implementing Microsoft Azure Infrastructure Solutions 070-534: Architecting Microsoft Azure Solutions Once you complete the above required exams…
Read more

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 Studio 2013. What’s new in Visual Studio 2013 Update 5…
Read more