Tag: debugging
All the articles with the tag "debugging".
-
Don't treat code like magic
Why you should reproduce problems reliably, document your investigation, test assumptions, and map dependencies before implementing fixes.
-
Serilog Correlation IDs for background tasks in .NET Core
How to implement and manage correlation IDs in background tasks using Serilog in .NET Core applications for better logging traceability.