Quantcast
Browsing all 110 articles
Browse latest View live

NuGet Package – Unity.WebAPI

Today I came across this interesting Nuget Package for creating ASP.NET Web API project with Microsoft Unity Dependency Injection container. – It is pretty simple to configure and install on your...

View Article


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...

View Article


Image may be NSFW.
Clik here to view.

Managed Azure Database for MySQL and PostgreSQL

During Microsoft Build 2017(May 10th 2017) conference in Seattle, Scott Guthrie (EVP of Cloud and Enterprise Group) announced two new offerings to the Azure Database Services Platform, Azure Database...

View Article

Image may be NSFW.
Clik here to view.

Azure Functions App–Run OnDemand Serverless code – a path way to Serverless...

Azure Functions is a new cloud solution from Azure that would let you execute small pieces code or “functions” in the cloud.  This means you do not have to worry about the infrastructure or environment...

View Article

Image may be NSFW.
Clik here to view.

Getting Started with Azure Functions App

In my previous article I gave you an overview of Azure Functions and discussed about the benefits of the Azure Functions. With this session I will cover you with necessary steps to create an initial...

View Article


Image may be NSFW.
Clik here to view.

IoT is not all about Cloud

Recent past, I had multiple discussions with many tech forums and many people have a misconception about IoT and Cloud. Some think whenever we do something like blinking an LED with Raspberry Pi or...

View Article

Image may be NSFW.
Clik here to view.

General Availability of Azure Database Services for MYSQL and PostgreSQL

It has been a while I have written something on my blog. I thought of getting started again with a good news that Microsoft Azure team has announced the general availability of Azure Database Services...

View Article

Image may be NSFW.
Clik here to view.

WordPress Blog in Azure App Service In Minutes–Part 01

All my life I have been a tech saavy person would make my hands dirty trying out all odds available. Here I am going to help you with setting up your own WordPress Blog in Azure App Service. SPOILER...

View Article


Image may be NSFW.
Clik here to view.

WordPress Blog in Azure App Service In Minutes–Part 02 (Configuring WordPress)

In the last part of this series, we experienced how to create a new wordpress blog instance in Azure App Service. In this part we will learn, how to configure your wordpress instance for publishing....

View Article


Image may be NSFW.
Clik here to view.

What’s Azure Container Service (ACS/AKS)

I will start with history: Sometime around 2016, Microsoft launched an IaaS service called Azure Container Service a.k.an ACS serves as a bridge between Azure Ecosystem and existing container ecosystem...

View Article

Image may be NSFW.
Clik here to view.

Kubernetes vs Service Fabric

What is the difference between Kubernates and Service Fabric? It is a common question today among most of the business stakeholders, infrastructure specialists, and information technology architects....

View Article

Image may be NSFW.
Clik here to view.

Azure Cosmos DB name changes

An update from Microsoft Azure says that – As part of the transition from Azure DocumentDB to Azure Cosmos DB, the service and resource names are changing from “Azure DocumentDB” to “Azure Cosmos DB”...

View Article

Image may be NSFW.
Clik here to view.

Introduction to Kubernetes

What is Kubernetes? Kubernetes (a.k.a K8s) is an open-source system for automating deployment, scaling and management of containerized applications that was originally designed by Google and now...

View Article


Image may be NSFW.
Clik here to view.

Setting up Local NPM repository to Speedup Dev/CI Builds

As a modern day JavaScript developer working with Node.js and NPM, it has been always any developer’s case to clean up local node modules sometimes when local build is broken. It is a tedious tasks to...

View Article

Image may be NSFW.
Clik here to view.

Blazer – The new experimental web framework from Microsoft

In this world of multiple Web frameworks Microsoft would not want to stop experimenting with new frameworks for Web development. Innovation is a key to Microsoft, doesn’t matter the start later than...

View Article


Image may be NSFW.
Clik here to view.

[NPM Tip] Rewriting the default protocol for GitHub package references

Some times as a Modern Web Developer you will face some “npm install” as some of the packages would be referring to git/ssh protocol to reference private packages from Git Hub. This would fail when you...

View Article

Image may be NSFW.
Clik here to view.

[NPM Tip] Error: self signed certificate in certificate chain

As a developer, if you are behind a corporate proxy that assigns an intermediatory self signed SSL certificate to every request to provide secure content filtering as part of cybersecurity measures, I...

View Article


Image may be NSFW.
Clik here to view.

CosmosDb – Connection Policy – Setting Connection Mode and Connection Protocol

Recently I have been trying multiple ways to optimize CosmosDb SQL.NET SDK integration calls from my web application that sits within a VNET. After carefully analyzing different options available...

View Article

Image may be NSFW.
Clik here to view.

CosmosDb – Programatically Connect to a preferred location using the SQL API

Cosmos Db is a multi-region scallable, globally-distributed database solution as part of Microsoft Azure Platform.  With a button click, Azure Cosmos DB enables you to elastically and independently...

View Article

Image may be NSFW.
Clik here to view.

Node.js 9.x.x and npm 6.x.x – “npm audit” to identify and fix security...

It has been a while I have been reading about the major changes that areintroduced in Node.js 9.x.x / NPM 6.x.x and myself faced by Node.js application going to a toss after I upgraded to Node.js...

View Article
Browsing all 110 articles
Browse latest View live