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

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube