Mastering .NET Debugging with NetExt.dll

Debugging .NET applications can be a daunting task, especially when traditional tools like SOS or MEX don’t quite fit the bill. Enter NetExt.dll, a powerful debugging extension for WinDbg created by Rodney Viana. This tool interacts directly with the .NET debugging API, eliminating intermediary steps and enabling a more efficient debugging experience. For developers andContinue reading “Mastering .NET Debugging with NetExt.dll”

Azure App Service Plans Memory Usage Demystified

When customers deploy applications on Azure App Service Plans (ASP), they often wonder, “What’s eating my memory?” It’s a valid question, as memory usage in a shared environment like ASP can be affected by a multitude of factors beyond just the customer’s application. I’ll break down the various components that impact memory usage, using aContinue reading “Azure App Service Plans Memory Usage Demystified”