I am in search of a better solution for keeping some constants, which are global and independent of build deployment. We may have several constant strings, with its vales might have been changed frequently.
If I use resource file, it needs deployment on each and every change. Getting it from DB or XML may be a bad choice or costly. I am looking for some solution apart from AppSettings. I am using Web API and JQuery, it might be needed in both the places. Any thoughts?. Appreciate your time investment and help. Thanks