- .
All our resource files are modified by a third-party software tool that updates resource files in accordance with changes made to user interfaces. All he does is update the lines in xml. we still have to go into VS and switch the access modifier from Public to something else and go back to Public, so VS will synchronize the code to match the new string values. Then we need to update C #, changing the internal to public.
So, for us, we need both stages automated, the rearrangement of the code behind and the internal fixation.
source
share