SyntaxFix
Write A Post
Hire A Developer
Questions
This is the best way IMO. No need for properties, or readonly:
public static class Constants { public const string SomeConstant = "Some value"; }