atverma

Design and code need to be coherent.

Deploy SonarQube to Azure Kubernetes Service cluster and integrate with Azure DevOps build pipeline

This is the next part of the series on developing and deploying Angular, ASP.NET Core Web API and...

Author: Atul.Verma Date: 11/26/2018

Add real-time web functionality to Angular application using ASP.NET Core SignalR, Azure SignalR service and Azure SignalR Service bindings for Azure Functions 2.0

This is the next part of the series on developing and deploying Angular, ASP.NET Core Web API and...

Author: Atul.Verma Date: 11/02/2018

Azure Functions 2.0: Create Function App from Docker Image (Functions triggered by Cosmos DB, Blob storage, Event Hub and SignalR service bindings)

This is second part of the series on developing and deploying Azure Functions 2.0 where I will...

Author: Atul.Verma Date: 10/29/2018

ASP.NET Core 2.1 Web API - Load App Configuration from appsettings.json, Dockerfile environment variables, Azure Key Vault Secrets and Kubernetes ConfigMaps/Secrets

This article is second part of the series on Deploying Angular, ASP.NET Core and SQL Server on Linux...

Author: Atul.Verma Date: 10/19/2018

Ingest Azure Redis Cache messages into Elasticsearch, Logstash and Kibana cluster deployed in Azure Kubernetes Service (AKS)

This is third article on the series on deploying Elasticsearch, Logstash and Kibana (ELK) in Azure...

Author: Atul.Verma Date: 10/14/2018

Azure Kubernetes Service (AKS): Azure AD SAML based Single Sign on to secure Elasticsearch and Kibana and securing communications in ELK

This is second part of the series on deploying Elasticsearch, Logstash and Kibana (ELK) to Azure...

Author: Atul.Verma Date: 10/09/2018

Azure Functions 2.0: Create, debug and deploy to Azure Kubernetes Service (AKS)

Azure Functions is a serverless compute service that enables you to run code on-demand without...

Author: Atul.Verma Date: 09/26/2018

Azure Kubernetes Service (AKS): Deploying Elasticsearch, Logstash and Kibana (ELK) and consume messages from Azure Event Hub

This article is part of the series of blogs on Azure Kubernetes Service (AKS). In this article I am...

Author: Atul.Verma Date: 09/24/2018

Azure Dev Spaces - Debug Containers directly in Azure Kubernetes Service (AKS) from Visual Studio 2017

This is second part of the series on Azure Dev Spaces. The first part of this services describes...

Author: Atul.Verma Date: 09/19/2018

Azure Dev Spaces - Deploying Angular and ASP.net Core App to Azure Kubernetes Service (AKS)

This article will show the ease of running and deploying containers in Azure Kubernetes Service...

Author: Atul.Verma Date: 09/18/2018

Utility to generate Word documents from templates using Visual Studio 2017 and DocumentFormat.OpenXml 2.8

WordDocGenerator is an utility to generate Word documents from templates using Visual Studio 2017,...

Author: Atul.Verma Date: 09/18/2018

Azure Kubernetes Service (AKS) - Deploying Angular, ASP.NET Core and SQL Server on Linux

Azure Kubernetes Service (AKS) makes it simple to deploy a managed Kubernetes cluster in Azure. The...

Author: Atul.Verma Date: 09/16/2018

Unit Test a project having external dependency(WCF Proxy) using Fakes & Visual Studio 11 Beta

In this post I’ll explain the steps to generate unit tests for a project which calls a WCF service...

Author: Atul.Verma Date: 05/03/2012

Visual Studio 11 database projects and Unit Testing SQL Server database

Please find the slides and demos for the session I presented at Microsoft User Group...

Author: Atul.Verma Date: 02/18/2012

Visual Studio 11 Developer Day – Hyderabad(18th Feb 2012)

Microsoft User Group Hyderabad (MUGH ) invites you to Developer Day on 18th Feb 2012 ( 9:30 A.M to...

Author: Atul.Verma Date: 02/13/2012

Utility to generate Word documents from templates using Visual Studio 2010 and Open Xml 2.0 SDK - Part 4

[Update: The source code has been updated to Visual Studio 2017 and DocumentFormat.OpenXml...

Author: Atul.Verma Date: 01/24/2012

How to use Pex and Moles to generate unit tests for a project having external dependency(WCF Proxy) using Visual Studio 2010 SP1

Source Code: In this post I’ll discuss about writing unit tests using Pex and Moles. Pex and Moles...

Author: Atul.Verma Date: 01/17/2012

Utility to generate Word documents from templates using Visual Studio 2010 and Open Xml 2.0 SDK - Part 3

[Update: The source code has been updated to Visual Studio 2017 and DocumentFormat.OpenXml...

Author: Atul.Verma Date: 01/11/2012

Utility to generate Word documents from templates using Visual Studio 2010 and Open Xml 2.0 SDK – Part 2 (Samples Updated)

[Update: The source code has been updated to Visual Studio 2017 and DocumentFormat.OpenXml...

Author: Atul.Verma Date: 01/07/2012

Utility to generate Word documents from templates using Visual Studio 2010 and Open Xml 2.0 SDK

[Update: The source code has been updated to Visual Studio 2017 and DocumentFormat.OpenXml...

Author: Atul.Verma Date: 12/31/2011

How to upload/download a document in SharePoint 2010 using Client Context Object Model

In order to use ClientContext I need to add reference to two dll’s to my project i.e....

Author: Atul.Verma Date: 10/27/2010

How to test a class member that is not public using Visual Studio 2010

There are various ways to test a Class member which is not public By making the private members...

Author: Atul.Verma Date: 09/16/2010

How to unit test SQL Server 2008 database using Visual Studio 2010 – Part 3

This is the last article of the series “How to unit test SQL Server 2008 database using Visual...

Author: Atul.Verma Date: 08/22/2010

How to unit test SQL Server 2008 database using Visual Studio 2010 – Part 2

This is the second article I am writing on unit testing SQL Server 2008 database using Visual Studio...

Author: Atul.Verma Date: 08/22/2010

How to choose between IDisposable, IComponent, Component, MarshalByValueComponent and Control while implementing a Class

In this article I’ll discuss about the criteria behind choosing IDisposable, IComponent,...

Author: Atul.Verma Date: 07/31/2010

How to host a service in Azure and expose using WCF and Visual Studio 2010 : Issues Faced and Fixes

This blog is regarding my first attempt to explore “Hosting a service in Azure using WCF and...

Author: Atul.Verma Date: 07/27/2010

INotifyPropertyChanging and INotifyPropertyChanged in Real Life using Expression Trees

Functional Requirements: Requirements when we need to achieve any or all of the functionalities...

Author: Atul.Verma Date: 07/27/2010

How to unit test SQL Server 2008 database using Visual Studio 2010

In this article I’ll discuss about unit testing SQL Server 2008 Database project using Visual Studio...

Author: Atul.Verma Date: 07/27/2010