Welcome
I develop cloud-native solutions in Azure using DOT NET, React, and Angular as a full-stack developer.
I utilize this website to share intriguing and valuable technical insights based on my own personal experiences. If you have any inquiries, please don't hesitate to reach out to me. I will endeavor to promptly update the article with any pertinent information.
Latest Posts
This post provides information about dotnet install failure when Azure DevOps private feeds are present in the NuGet.config file.
This post explores various Techniques for Managing Concurrency Limits in Parallel Tasks with .NET
This post discuss about a way to avoid creating separate pipelines for YAML stage that depends on mutually exclusive stages
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.