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 list of fixed bugs and known issues, see the Visual Studio 2015 Update 3 MSDN… Continue reading
Category: .NET Framework 4.5
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 [code language=”csharp” padlinenumbers=”true”] /// <summary> /// Singleton class /// </summary> public class AppConfig { private AppConfig() { }… Continue reading
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 Current iteration query token Team Project Rename support for Local Workspaces : – [ability to… Continue reading
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 it, use the respective NUGET package from below links: ASP.NET Web API v1.0 – Unity.WebAPI… Continue reading
Visual Studio 2012 Update 4–Released
Microsoft has today released the final RTW(Release-To-Web) version of Visual Studio 2012 Update 4 . This update is the latest in a cumulative series of feature additions and bug fixes for Visual Studio 2012. Download: Visual Studio 2012 Update 4 ( Web Install | Offline ISO ) Visual Studio Team Foundation Server 2012 with Update… Continue reading
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 days validity if you login with a Microsoft Account in VS2013) Microsoft Visual Studio Premium… Continue reading
Visual Studio 2012.4 RC 3 Available
Microsoft has released the Visual Studio 2012.4 RC3 Update for Visual studio 2012. This update includes lots of bug fixes and improvements. Here are some informative links for you: Download – Visual Studio 2012.4 RC3 Update Visual Studio 2012.4 RC3 Update – KB Article
Visual Studio 2013 RC (Release Candidate) now available
Microsoft has released Release Candidate version of Visual studio 2013 which is now available for public download through Microsoft Download Center and MSDN/TechNet. For more details read Somasekhar’s blog: http://blogs.msdn.com/b/somasegar/archive/2013/09/09/announcing-the-visual-studio-2013-release-candidate.aspx Related links: http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-2013-Release-Candidate http://blogs.msdn.com/b/lightswitch/archive/2013/09/09/announcing-lightswitch-in-visual-studio-2013-rc.aspx Download from below links: Microsoft Visual Studio Professional 2013 RC Microsoft Visual Studio Premium 2013 RC Microsoft Visual Studio Ultimate 2013… Continue reading
Visual Studio 2013 Preview and .NET 4.5.1 Preview Now Available
Microsoft has released the preview version of upcoming Visual Studio 2013 and .NET 4.5.1 DOWNLOAD: Visual Studio 2013 Preview and .NET 4.5.1 Preview . Read more about this release from Somasekhar’s blog
Visual Studio 2012 Update 3–Released
Microsoft has released the final of Visual Studio 2012 Update 3. This update is the latest in a cumulative series of feature additions and bug fixes for Visual Studio 2012. For information about the latest update, see Visual Studio Updates and the Visual Studio Update KB Article. DOWNLOAD: Visual Studio 2012 Update 3 (Online Installer) Also… Continue reading