We've got a .NET project at work, which we lost (human error). The person who wrote the code said she had three projects in the solution => one webform, one winform and one class library.
Now, we have the final DLLs and website. Is there anything we can do with this?
For the class library, I was thinking about using Reflector to copy/paste the code and, with time, rename MethodNames and variables, etc.. to some nice english stuff.
For the website, not sure.
Does anyone have any ideas or options?
She said she doesn't have the pdb files either :( (Release builds).
Cheers :)
The question, as well as previous answers, are as of this writing 15 years old. Not suprisingly the software landscape has changed, and all links in the older answers are either dead or going to a generic page not containing any relevant information. As this question still is a top result on search engines it might benefit from some updated information:
Some free projects based on forks made before Reflector went proprietary:
Things may have changed again by the time you read this.