by David | Jan 27, 2014 | Debugging, Development, Tools
Working with COM is often like hacking away at a black box, throwing something in and hoping you get something else than an invalid HRESULT exception back. I’ve long been looking for tools to help out with this and only last week I found one real diamond of a...
by David | Jun 23, 2011 | Development
I recently tried out the JustCompile .Net decompiler from Telerik and I have previously been using both the RedGate Reflector and JetBrains DotPeek. First up, neither DotPeek or JustCompile compares to previously free Reflector but this is mainly because they´re both...
by David | Jun 10, 2011 | Development
I loves reflection. I loves reflection all day long 🙂 Just now I found another nice usage of the not-even-real-reflection Object.GetType() method. Say we got a framework that works with plugins implementing an abstract class: public abstract class PluginBase { public...
by David | May 19, 2011 | Tools
Thanks a lot JetBrains – Again! Since Red-gate unfortunatly made their superb tool Reflector completely commercial recently JetBrains has anounced that they will share their own dotPeek tool which, essentially, is the exact same thing as the Reflector. It´s...