When developing a project with VB6, we created a module and put every project-wide constant in it.
Now, using C#, how can we manage project-wide constants?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Put them in a static class.
If you need this class referenced in many solutions create a project in which you put this class. Add references to it.