So I'm using a Global Resource file for all static messages within my site. Mainly error messages etc..
They do not need to be localized, but I felt it was just a good idea to store them all in one location.
Would it have been better to use just a static class called "SiteConstants" or something? Or is using a RESX file okay?
Thanks!
See Question&Answers more detail:os