Welcome
I'm a full stack developer involved in developing cloud-native solutions in Azure, predominantly 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
A simple iText based Text Extraction strategy that combines the simplicity of SimpleTextExtractionStrategy and co-ordinates based LocationTextExtractionStrategy to come-up with a bit intelligent text extractor for non-top-to-bottom rendered PDFs
Euler walk in a n-ary tree
12/21/2021
A sample implementation of Euler walk/path in an n-ary tree using iterative Depth First Search algorithm
Fixing assembly redirects issue quickly
11/26/2021
This post talks about the easier method to solve complex assembly redirect problem caused by nuget package updates
XML transform happens automatically while building and publishing .NET project using MsBuild. Few of us may need to disable that auto transform. This article provides information on how to do it in .NET and .NET CORE
This post shares efficient way to handle the images from database in ASP.NET MVC. It also explain how to achieve SEO friendly URLs and benefit of having extensions for images.
Request headers comes to our server in mixed-casing causing our application code to miss identifying the proper value. So what is the right way to handle it.
Azure portal offers a simple way to browse through all azure resources in your subscription and view them as JSON properties
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.