BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News .NET Reflector is Going Commercial

.NET Reflector is Going Commercial

This item in japanese

Reflector is considered a must have by many .NET developers. Whether it is debugging third-party libraries, translating between languages, or simply examining your own compiled code, Reflector has become a must have tool. And until recently, both it and all its add-ons have been free.

Originally developed by Lutz Roeder, Red Gate Software took over development in August of 2008. Since then Red Gate has continued to support the tool with periodic releases while the Add-In community on CodePlex grew.

On January 20th Alex Davies announced the first public beta of their commercial offering. Known as Reflector Pro, it consists of three components. First there is Reflector 6, which adds support for .NET 4.0. Like previous versions it is free, though this one comes with a Visual Studio add-in that allows one to jump into Reflector from the source code.

The “Pro” part of Reflector Pro comes from its debugging support. Using this add-in for Visual Studio, you can decompile whole assemblies and generate debug symbols for them. From there you can use .NET’s normal step-through debugging.

Laila of Red Gate writes,

Whilst we've made a lot of improvements to Reflector, the radical addition, which we hope you'll want to try out as well, is '.NET Reflector Pro'. This is an extension to .NET Reflector that allows the debugging of decompiled code using the Visual Studio debugger. It is an add-in, but we'll be charging for it, mainly because we prefer to live indoors with a warm meal, rather than outside in tents, particularly when the winter's been as cold as this one has. We're hoping (we're even pretty confident!) that you'll share our excitement about .NET Reflector Pro.

Rate this Article

Adoption
Style

BT