Technical Articles

Posts published a while ago...

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
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.
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 ?
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.