Tagged Questions
4
votes
3answers
153 views
Moving constants to a separate assembly
I have a project which utilizes many global constants. Eventually I am planning to extract some parts of the program and create assemblies of its own.
Is it worthy (or is it possible?) to create an ...
1
vote
6answers
256 views
MVC general class location
In the MVC folder structure, where should general class files reside? For example, I have a class that determines the right DataContext to use, so I'm not reinventing the wheel in each of my ...