Using
Resource Refactoring VS add-in, you can move hard-coded strings to resource files with simple point and click operation.
All you have to do is:
- Right click on the string
- Refactor > Extract To Resource
- Select an existing resource or type a new resource name on the opened window
Using resource files is strongly recommended in .NET applications. Resources provide many benefits, like; strings can be loaded faster and can be translated to other languages.
95c9c435-abe8-4f71-9256-6d2e920e41b5|0|.0
vs 2005, vs 2008, visual studio, add-in, refactor