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

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?

9 Answers
9

Leave a Comment