Introduction to IoT Hub

Introduction to IoT Hub

IoT Hub is a fully managed service from Microsoft Azure  as part of Azure IoT Suite that enables reliable and…

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…