I develop a .net application many years ago. My customer wants to making some simple changes on application. But I lost my codes?
Is there any solution to modifying some resources in my application?
I develop a .net application many years ago. My customer wants to making some simple changes on application. But I lost my codes?
Is there any solution to modifying some resources in my application?
In this situation you can reverse engineer an application (perhaps by using a tool like Red Gates's Reflector), to get the source code back (although it won't be the same as the original, as reverse engineering makes a number of 'best guesses')
If you're referring to resources in .resx files, these aren't compiled so should be editable.