Welcome
I'm a full stack developer involved in building web applications using DOT NET and Angular frameworks.
I utilize this website as a platform to share interesting & useful information, based on the technical journey I've had so far. So, feel free to contact for any additional queries. I'll try to amend the article with required information as early as possible.
Latest Posts
One of the most frustrating issue that you might face while upgrading .NET framework project in NET4x version or even while upgrading Nuget packages to latest
Don't lock on async tasks
8/23/2020
Synchronization across concurrent threads and shared resource updates are typically achieved through the use of "lock" keyword. Is that really valid in async/await pattern ?
Azure PowerShell script offers you the same level of managing power on Azure resources, that you achieve from PowerShell on your system. This post deals with script to DomainJoin your VM
Powershell
7/3/2020
PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language.
This post provides you with a sample ARM template that allows you to create a Storage Blob on the fly and link that to the Azure App Service for capturing Application and Web Server logs.
Read URL parameters in Angular
3/7/2020
Different approaches in Angular app to read URL parameters and the differences between each approach.
Copy property command in the ARM has a strange limitation that affects most of the developers and hit them very hard when they find out the truth.
A typical error message you'll see when provisioning a webapp using ARM template. This post will provide you with details on what causes it and how to fix
Azure Resource Manager
2/29/2020
Azure Resource Manager templates helps you to define the infrastructure/resources as code. That helps to maintain cloud resource and deploy them with control through a unified process.
You may encounter this path resolution problem while using Webpack plugin. This article will explain the reason and the fix for this typical problem.
Projects
7/28/2019
List of notable projects through which I've contributed back to the Open Source Software community.
PWA offers a way to enable offline caching of contents through Service Worker, which helps you to keep your users engaged even when network is offline or uncertain