Tagged Questions
1
vote
4answers
87 views
EDITED: How should I separate closely related programs in C#? (user client, admin, and common class library)
I have a suite of programs that are related. One is a user client, one is an admin program, and another is a set of library classes that reside in a Class library.
How should I separate the projects?
...