Home >

Refactor Strings to Resource in Visual Studio - Add-in

8. March 2011

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:
  1. Right click on the string
  2. Refactor > Extract To Resource
  3. 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.

, , , ,

Add comment

  Country flag

biuquote
  • Comment
  • Preview
Loading