This is my blog about coding in C#. C# is what I do, so C# is what I am going to talk about.
Sunday, January 15, 2017
Quick asside for a great video series on Channel 9
In the Dissecting C# Executables series we are looking at the internals of the executable file produced from C# using different compilers and compiler versions. In preparation for looking at the running code I searched and found the Defrag Tools series of screen casts on Channel 9. It goes into detail about how to use the different tools available from SysInternals to debug a Windows machine. Deep detail! If you want to get a preview of a tool I believe we will be using later in the series, play close attention to the three ProcDump episodes.