When you run .net app, there have been a few ways to store settings. Those can be set via appSettings.json, or via Azure Portal AppService Configuration. However those setting changes require a restart (or even worse, a re-deployment), which is no...
Incompatible is a strong word, but that is to get your attention. This is one of the small thing that can be overlooked, but if you run into it, it could waste many hours figuring out what's wrong. There is a strange yet weird bug in Commerce 14.4...
There is a joke with programmers/developers: you have one problem, you use regex, now you have two problems! It's funny because it true! But kidding aside, let's all agree that Regex is incredibly powerful and helpful. But let's also agree that...
First of all, I’d like to make this a farewell post to this blog. The VM that is hosting this blog – which is generously sponsored by my employer, is being decommissioned. I have looked at some alternatives to move my blog to, but none is...
In a recent customer engagement, I have looked into a customer where their memory usage is abnormally high. Among other findings, I think one was not very well known. But as they say, small details can make a big difference – and that small detail...