InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

.NET Reflector is Going Commercial

Posted by Jonathan Allen on Feb 02, 2010

Sections
Development
Topics
.NET ,
Debugging
Tags
Reflector

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.

some free options already exists by Binoj Antony Posted
free is the enemy of the good by Srikanth Remani Posted
Free Version Has Been Extended by Simon Galbraith Posted
Re: Free Version Has Been Extended by Andrew Marshall Posted
  1. Back to top

    some free options already exists

    by Binoj Antony

    Well the codeplex deblector add-in lets you debug the assemblies for free and the testdriven.net add-in lets you navigate to any code element inside Reflector.
    Looks like red-gate ended up extending these two add-ins.

  2. Back to top

    free is the enemy of the good

    by Srikanth Remani

    free is the enemy of the good

  3. Back to top

    Free Version Has Been Extended

    by Simon Galbraith

    All the functionality that Reflector has ever provided is still free, in addition CLR 4 support and an addin to Visual Studio have also been provided, also for free.

    Reflector Pro is a paid for product that allows you to use the Visual Studio debugger on 3rd party code decompiled with the Reflector engine.

    Simon Galbraith, Red Gate Software.

  4. Back to top

    Re: Free Version Has Been Extended

    by Andrew Marshall

    I've used the free version twice and each time it saved my a$$.

    The first time, about 18 months ago, we lost source code for a DLL. We got all the code back from an installation on a test server.

    And just yesterday I used Reflector to see if a code change had actually made it into production. It hadn't. :-(

    Great, easy-to-use product! I can't wait to evaluate the Pro version.

Educational Content

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.