News

Red Gate Launches .NET Reflector Pro, Updates Community Edition

Red Gate Software released that latest version of its free .NET Reflector 6.0.0 tool, which adds support for .NET Framework 4 and Visual Studio 2010. The company also introduced a commercial Visual Studio add-in called .NET Reflector Pro that debugs third-party assemblies even if developers do not have access to the source code.

A popular tool that's been around since the inception of the .NET Framework, .NET Reflector uses a process called 'reflection' to enable developers to decompile and disassemble code to C#, Visual Basic and IL to better understand the inner workings of .NET assemblies. The tooling is most often used to debug source code and diagnose performance issues. The latest version of the free tooling adds support for .NET 4 assemblies and enables developers to go directly to a class or method in .NET Reflector as they are working on code in Visual Studio.

According to Andrew Clarke, author of .NET Reflector: Soup to Nuts published by Red Gate's simple-talk community service:

"This current version supports query expressions and other concepts introduced in C# 3.5 but only if you select ".NET 3.5" as the optimisation within the menu (under View |Options | Disassembler | Optimization). NET 4.0 is now supported but it doesn't yet decompile to C# 4.0 language features. However, all the .NET 4 assemblies can be browsed. The Open Cache dialog now shows you all the assemblies in .NET's Global Assembly Cache (GAC)."

Red Gate Software took over development of .NET Reflector from its creator Lutz Roeder in August 2008. Licensing is still free for anyone who registers. The software is not open source, but several open source add-ins are available on Microsoft CodePlex.

.NET Reflector Pro is an optional module for purchase that allows developers to debug third party assemblies (without obfuscation) using Visual Studio tooling, including the new IntelliTrace feature that supports historical debugging in VS 2010. The professional tool is part of the .NET Reflector V6 download, and can be accessed from within Visual Studio as an extension.

Like the community version, .NET Reflector Pro supports .NET 1.0, 1.1, 2.0, 3.0, 3.5 and 4, but the professional tool requires VS 2005, VS 2008 or VS 2010. Developers can trial the technology for a 14-day period before purchase. .NET Reflector Pro is $195 per user. Download .NET Reflector V6 here.

About the Author

Kathleen Richards is the editor of RedDevNews.com and executive editor of Visual Studio Magazine.

comments powered by Disqus

Featured

  • Mastering AI Development and Building AI Apps with GitHub Copilot

    Two Microsoft experts explain how GitHub Copilot is evolving from a coding assistant into a broader platform for building, customizing and testing AI-powered developer workflows.

  • VS Code 1.123 Adds Agent Session Sync, 1M Context Windows

    Microsoft released Visual Studio Code 1.123 on June 3, adding agent-focused features, larger model context support, integrated browser updates and a new delay for some automatic extension updates.

  • Copilot Billing Shock Hits Developers

    Developer complaints about GitHub Copilot's new usage-based billing model have centered on unexpectedly rapid AI credit consumption, and neither GitHub nor Microsoft has responded directly to the backlash, though they have previously published guidance to lessen model usage costs.

  • Hands On with GitHub Copilot App Technical Preview: Turning a Blazor Issue into a PR

    GitHub's brand-new Copilot desktop app, in technical preview, handled a small Blazor issue from planning through pull request creation, but the hands-on test also showed why developers still need to verify agent work in the running app before merging.

Subscribe on YouTube