Visual Studio Tracepoints
You know those fleeting logs you scatter around when trying to debug an issue? A couple downsides are compilation time every time you need to add or modif...
You know those fleeting logs you scatter around when trying to debug an issue? A couple downsides are compilation time every time you need to add or modif...
You may already know about the script templates folder in the installation directory, but did you also know that “ScriptTemplates” is a special folder name i...
C# 9 introduced the init keyword which can be applied to properties and indexers. This means the value can only be set during object initialization (unlike s...
When creating image buttons, it’s sometimes desirable to make the clickable area bigger than the image. One common approach to achieve this is adding an addi...