Search code examples
c#dllbin

access to the files of bin folder on c# (convert .dll to .cs)


I was working with my PC, and during developing my project the system had restarted, the problem is I had to lost my last code.

So is there any solution to use "last project" with "new bin-folder", my mean is can I combination those files with project ?

Thank you


Solution

  • You should probably have a look at this decompiler and give it a shot:

    http://www.jetbrains.com/decompiler/