What is the C# equivalent to Java's JAD and is there a VS plugin similar to Eclipse's JadClipse?
+2
A:
The best equivalent is probably .NET Reflector. It doesn't plug into Visual Studio, but it can associate with .exe and .dll files so you can open it from Windows Explorer, which I find equally if not more useful.
Daniel Pryden
2009-09-10 23:41:35
Thanks, this is the one I am aware of. I was hoping there was something that would integrate into Visual Studio.
Taylor Leese
2009-09-10 23:42:56
I found this, perhaps it will help (haven't tried it, but it's pretty straightforward): http://blog.waltritscher.com/index.php/2006/02/25/tip-adding-reflector-to-visual-studio/
TrueWill
2009-09-11 00:20:32