show/hide this revision's text 2 added clarification about web site projects

I do not believe that grouping many classes into a single file will significantly improve build performance for normal projects. It should be safe to break them out into more files (one-per-class is standard).

The one exception I've run into is "Web Site" projects. I don't have any scientific data, but these do seem to get slower as the number of files increases. To fix that you can convert it to a "Web Application" project.

Having too many projects in a solution is also known to make VS slow, but that doesn't sound like your problem.

show/hide this revision's text 1

I do not believe that grouping many classes into a single file will significantly improve build performance. It should be safe to break them out into more files (one-per-class is standard).

Having too many projects in a solution is known to make VS slow, but that doesn't sound like your problem.