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

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube