I need to move all the hard coded strings in my source code in .resx files. Is there a tool that could help me find all the hardcoded strings within C# code?
You could always do a search for the " sign in all the .cs files. That should get you to most of them, without too much noise.
"