.net - What is commonly stored in the "Other" section of resource files? -


i looking through .net resource file (i.e. .resx file) , has number of sections make sense common uses of resource:

  • strings
  • images
  • icons (aren't these images too?)
  • audio
  • files
  • other

for life of me, can't think of need other, since other options seem cover everything.

my question is, common uses 'other' in resource file?

screen grab of resource file

"displays settings grid adding other types support string serialization (for example, font, enum, color, , point). grid contains following columns: name, type, value, , comment. description of columns in grid, see "settings grid," below."

from http://msdn.microsoft.com/en-us/library/t69a74ty(v=vs.80).aspx


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -