Tagged Questions
9
votes
6answers
7k views
Namespaces and folder structures in c# solutions: how should folders on disk be organised?
First off, let’s agree that namespace should match folder structure and that each language artefact should be in its own file.
(see ...