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?
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