Category: .NET

All .NET Related Stuffs goes here.

.NET Core 1.0.1 Update (September 2016) Available

Posted on 1 min read

Microsoft .NET Core team has released an update to .NET Core 1.0, versioned as “.NET Core 1.0.1”. Read more detailed updates from Microsoft Developer Announcement Blog: Announcing September 2016 Updates for .NET Core 1.0 You can read the release notes for .NET Core, ASP.NET Core and Entity Framework 1.0.1 to learn about the specific changes that… Continue reading

Redis Cache–Azure Plans

Posted on 4 min read

Azure Redis Cache, a secure data cache based on Open source Redis Cache, which will provide you a fully managed/serviced instance from Microsoft. Means you don’t have to bear the burden of managing the server/software patches etc.. What is Redis Cache? Redis is an open source (BSD licensed), in-memory data structure store, used as a… Continue reading

Microsoft Visual Studio 2015 Update 3 – hotfix build – 14.0.25422.1 (KB3165756)

Posted on 1 min read

Microsoft has released a hot-fix for Visual Studio 2015 Update 3, to fix certain critical issues identified after the release of Update 3. Supported Version Visual Studio 2015 Update 3 File name VS14-KB3165756.exe Date published 07/12/2016 File size 2.4 MB This update applied to: Visual Studio Professional 2015 Visual Studio Enterprise 2015 Visual Studio Community… Continue reading

Visual Studio 2015 Update 3 – Download

Posted on 1 min read

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

.NET Core 1.0 and ASP.NET Core 1.0 released (RTM)

Posted on 1 min read

Microsoft has released final version of .NET Core 1.0 and ASP.NET Core 1.0 today. During May 2016, Microsoft has released RC2 version of the same framework hinting the release of final version soon, within a month Microsoft has released final version (Release to Manufacture). With this release, you can start building your next application today… Continue reading

Visual Studio 2015 Update 2–Download

Posted on 1 min read

Today Microsoft has released Update 2 for Visual Studio 2015. Visual Studio 2015 Update 2 includes a variety of capability improvements and bug fixes. To find out what’s new, see the Visual Studio 2015 Update 2 Release Notes. For a list of fixed bugs and known issues, see the Visual Studio 2015 Update 2 MSDN… Continue reading

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

New Certification – MCSD – Azure Solution Architect

Posted on 1 min read

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 you will be awarded MCSD – Azure Solutions Architect certificate valid for 2 years. PS:… Continue reading

Showing 41-50 of 295 posts
per page