I have many different shapes and types. Of course, I will not store the bitmap as const , and I know about localization strings, but what should I do with other constants?
const
Put the constants related to the display of the user interface in the resources.Put "constants" related to the application configuration, such as connection strings in app.configPut the constants related to the program stream in C # classes.