Victor Garcia Aprea : Sunday, May 02, 2004 - Posts

Subscriptions

<March 2010>
SuMoTuWeThFrSa
28123456
78910111213
14151617181920
21222324252627
28293031123
45678910

Post Categories




Sunday, May 02, 2004 - Posts

Reflector 4.0 is out

Unless you’re living under a rock you should have already heard about Reflector.

 

Good news is that the best utility for .NET ever created still continues to improve day after day. Lutz has just released Reflector version 4.0 which includes the following (these are just the new features I like most):

 

No reflection is being used – there is a new code model library. On the pros side, this basically means that the tedious file locking problems should go away. On the cons side, this means Reflector now likes to eat lots of more memory :-)

 

Whidbey support!! – A major hurra! for this one. All Whidbey new features are now supported (i.e. generics, etc). Plus… you can even load a Whidbey assembly with no Whidbey installed… what more do you want ugh?

 

Side by side versioning: this wasn’t possible in previous Reflection versions; now you can load for example v1.0 of System.Web.dll along with v1.1 of System.Web.dll; hint: stay away from loading multiple versions of mscorlib.dll, bad things will happen if you don’t.

 

For the last months I’ve been receiving drops of the beta from Lutz, giving some feedback, and discussing some of the pros and cons of the new “code model”… it was a really good experience!

 

Thanks Lutz for this excellent tool!!

 

posted Sunday, May 02, 2004 10:57 PM by vga with 981 Comments