It'd be really interesting to see an book/article on "Large Scale C# Development", covering things like source code file organization, dependency analysis, namespaces, assemblies, code signing, versioning issues, etc.
You might get close by using the Java rules [namespace = directory, public class = file], but it'd be nice to have some detailed guidance, a la this book on C++ systems with millions of lines of code [which I've never read but have been meaning to].
4:18:20 PM
|
|