c# - ConfigurationManager.AppSettings vs Constants Class -
if have hard coded strings in app, when should store in app.config file , when should use const string in public static class?
i guess benefit of using appsettings don't need recompile if used static class, there other pros/cons?
Comments
Post a Comment