Azure Cosmos DB–Setting Up New Database using Azure CLI–Sample
Purpose of this article is to help you with few steps of commands to provision a new Azure Cosmos DB database instance through Azure CLI or Azure Cloud Shell. Here…
Cloud Distilled ~ Nithin Mohan
Everywhere, intelligence with cloud computing
Codes are an Irish indie electronic quartet from Dublin, consisting of Daragh Anderson, Eoin Stephens, Paul Reilly and Raymond Hogge. Their debut album Trees Dream in Algebra was nominated for the 2010 Choice Music Prize. The band have established themselves swiftly as a very exciting and energetic live act and to date have supported such bands as Keane and The Airborne Toxic Event.
Codes formed in late 2007 when all members – who had been friends for several years – found themselves available to compose and play music together. Previously, Daragh and Paul had played in another group that disbanded, while Raymond – who had just recently moved to Dublin – also left a band that he was involved with.
In early 2008 they released 2 independent singles –”This is Goodbye” and “Guided by Ghosts”, that both entered the Irish top 50 at number 32 and number 43 respectively. Both singles were well received critically, helped towards a growing fan base and secured the band their first major shows,…
Purpose of this article is to help you with few steps of commands to provision a new Azure Cosmos DB database instance through Azure CLI or Azure Cloud Shell. Here…
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…
ASP.NET MVC we use client side validation using jQuery.validate plugin, which will be based on Model – Data Annotation validation attributes. In some cases we might want to disable such…
This post will give you an overview on how to identify the sensors supported on your Windows Phone. As a developer when you are developing for Windows Phone – and…
HTML5Shiv is a JavaScript workaround, discovered by Sjoerd Visscher, to enable support styling of HTML5 elements in versions of Internet Explorer prior to version 9.0, which do not allow unknown…
In my previous post I shared some information on API’s/Classes included as part of System.IO.Compression namespace in .NET Framework 4.5, and given on overview of ZipArchive class. Once such class…