Read assembly in .net
2 answers
You can use RedGate .NET Reflector to decompile assemblies - it recovers the code as best as possible. Very close.
+6
a source to share
The reflector is the best choice if you just need to see the code. If you need to write a program that can read code, I recommend the Common Compiler Infrastructure .
0
a source to share