The most useful .NET tool ever created. Ever. For all time.
Scott Hanselman has a great rundown of it.
This entry was posted
on Tuesday, February 20th, 2007 at 7:17 am and is filed under programming.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
August 22nd, 2007 at 11:29 pm
No kidding! And Virtual PC 2007 being free is pretty nice too.
I can’t stress enough what a difference having Reflector has made on my every day development. Now, when I see some behavior I didn’t expect I can check MSDN, sure, but 9 times out of 10 I’m actually looking at the source of the method.
Oh, and Jeff, how to say this in a not-so-subtle way… I’m waiting for your resume! It’s just a matter of time… until you join the Dark Side.
August 22nd, 2007 at 11:29 pm
It was a good day for devs - Reflector 5, SQL Server 2005 SP2, and Virtual PC 2007 all came out within 24 hours of each other. Reflector is definitely the best documentation available for the .NET framework because you can see how the code is implemented. It’s the next best thing to actually having the entire framework source code.