hi
when developing a project by vb6, we created a module and put every project-wide constant in it.
Now, by using c#, how can we manage project-wide constants?
hi
when developing a project by vb6, we created a module and put every project-wide constant in it.
Now, by using c#, how can we manage project-wide constants?
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.