I\'ve read around about const and static readonly fields. We have some classes which contain only constant values. They are used for various things
const
static readonly
One thing to note is const is restricted to primitive/value types (the exception being strings).