Event Hubs is a feature within the Azure and is intended to help with the challenge of handling an event based messaging at huge scale. To be specific it is a Highly scalable data streaming platform. The idea is that if you have apps or devices publishing telemetry events then Event Hubs can be the… Continue reading
Category: .NET
All .NET Related Stuffs goes here.
.NET Core 1.0.1 Update (September 2016) Available
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
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)
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
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)
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
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
Visual Studio Code – download
Visual Studio Code is free open source editor from Microsoft. Download: Visual Studio Code for Windows Visual Studio Code for Mac OS Visual Studio Code for Linux Release notes
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
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 you will be awarded MCSD – Azure Solutions Architect certificate valid for 2 years. PS:… Continue reading