
dotPeek is a program that can decompile .NET assemblies to C# or IL. It has the ability to export decompiled code to Visual Studio projects. You can also download code from source servers and generate PDB files. Quick jumping to a type, assembly, symbol, or type member makes searching easy.
v10.0 [Nov 3, 2015]
IL code viewer
In one of the most anticipated developments, you can now navigate to IL code from any point in decompiled C# code. Also, you can opt to show IL code as comments to decompiled C# code, which effectively merges its default text viewer and the normally separate IL Viewer window, all in one view. dotPeek can display IL code both for decompiled code and for source code reproduced from symbol files.
Color scheme
In another considerable change, dotPeek now supports the same set of color themes as Visual Studio does: for example, you can select Blue or Dark theme, or choose to synchronize your color scheme preference with Visual Studio settings.
Asynchronous usage search
dotPeek has introduced the same non-modal, async Find Usages mechanic that has been available in recent versions of ReSharper. The new usage search architecture lets you keep on working with the decompiler while it executes a lengthy usage search in the background.