How do I decompile a .NET EXE into readable C# source code?

Posted by MusiGenesis on Stack Overflow See other posts from Stack Overflow or by MusiGenesis
Published on 2008-10-07T18:27:08Z Indexed on 2010/04/30 2:17 UTC
Read the original article Hit count: 299

I wrote a C# application for a client a couple of years ago, but I no longer have the source code. All I have is the EXE that I deployed on the client's PC. Is there a way I can generate C# source code from the EXE?

Almost there ...

Gold!

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET