.NET Framework 4.5

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

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

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

NuGet Package – Unity.WebAPI

Today I came across this interesting Nuget Package for creating ASP.NET Web API project with Microsoft Unity Dependency Injection container. It is pretty simple to configure and install on your existing Web API project or new ones. Inorder to use…
Read more

Download Visual Studio 2013 Trial (Web Install/Offline ISO)

Microsoft has released Visual Studio 2013 few weeks back and this article gives you enough information to obtain Trial versions of Visual Studio 2013 for your evaluation and development. Visual Studio Trial Editions  (30 days validity after install  and  90…
Read more