solution-folders

Solution Folders in VS2008 are Not Alphabetized

I moved a bunch of projects to Solution Folders to chop up our list of projects into manageable folders, now each of the folders projects are not in alphabetical order. This only occurs on machines other than my own. Any ideas how to alleviate this? ...

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 http://stackoverflow.com/questions/4664/should-the-folders-in-a-solution-match-the-namespace ). The next question is how the folders should actually be organised on disk. Suppose I have ClassC in the A...

How to NOT include Visual Studio solution folder names in generated namespaces

How do I prevent the name of the Solution Folder in a VS project from being appended to the namespace generated for new items added to the solution folder? Example: C# project in a VS solution Default Namespace set in C# project properties: "BigClient.Domain" If you create a solution folder in this project called "MySpecialStuff" and t...