开发者

Read assembly in .net

开发者 https://www.devze.com 2022-12-31 17:01 出处:网络
I am using asp.net with C#. I have a application deployed on the server [published]开发者_如何学运维, now I want to see the code for that website, As far as I know I can read assembly to see the code.

I am using asp.net with C#. I have a application deployed on the server [published]开发者_如何学运维, now I want to see the code for that website, As far as I know I can read assembly to see the code.

please let me know how to acheive it.

Thanks in advance.


You can use the RedGate .NET Reflector to decompile assemblies - it reconstructs the code as best it can. Gets pretty close.


Reflector is the best choice if you just need to see the code. If you need to write a program that can read the code, I recommend the Common Compiler Infrastructure.

0

精彩评论

暂无评论...
验证码 换一张
取 消