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
This post helps you remove dependency on Azure Redis cache while developing locally
Set custom build name from YAML pipeline
10/5/2022
This post shares the PowerShell script that you can use to customize a build name based on your dev team's requirement.
Create GIT tags from YAML pipeline
10/5/2022
This post provides code snippets that you can use in your YAML pipelines to create GIT tags
Azure DevOps
10/5/2022
Plan smarter, collaborate better and ship faster with a set of modern dev services.
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