JustDecompile vs DotPeek

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...

Subclass type usage

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...

dotPeek

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...