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 that only one instance is created and only when the instance is needed. Also, the […]

Read more โ†’

Introduction to HTTP/2

The reason I got started with topic is that, there  were some buzz around Visual Studio 2015 RC support for HTTP/2 and Windows 8 โ€“ IIS support for HTTP/2. I was curious to learn further about the HTTP/2 and sharing my findings in this article. About HTTP/2. HTTP/2 is the first new version of HTTP […]

Read more โ†’

Why SOA ?–Service Oriented Architecture

SOA starts with a simple idea โ€“ the concept of service. Services are unassociated, loosely coupled units of functionality that are self-contained. Each service implements at least one action, such as submitting an online application for an account, retrieving an online bank statement or modifying an online booking or airline ticket order. There are multiple […]

Read more โ†’

Gartner: Magic Quadrant for Cloud IaaS, Worldwide

As per Gartner Worldwide Cloud IaaS Spending to Grow 32.8% in 2015. The new Gartner Magic Quadrant for Cloud IaaS report released on May 2015 places IaaS companies under the following categories: Leaders: Amazon AWS and Microsoft  Challengers: Unfortunately there are no challengers for Amazon/Microsoft as per the report.  Visionaries: Google, VMWare, CenturyLink, IBM SoftLayer […]

Read more โ†’