Does the number of projects in a Visual Studio 9 solution impact the solution load and build times?

前端 未结 10 1283
被撕碎了的回忆
被撕碎了的回忆 2021-02-04 16:00

I\'m specifically interested in solution load times & build times - does fewer solutions mean better performance?

Note that I\'m not referring to the perfor

10条回答
  •  时光取名叫无心
    2021-02-04 16:19

    The general practice I try to keep to is 4-5 projects per solution.

    • Business Logic
    • Communications Layer (Server-related)
    • User Interface
    • Testing Project to utilize/test the other three projects

    This generally fits our style and how we can go about implementing it. If necessary, we can include other things in there too, but those instances aren't nearly as common as these four for us.

提交回复
热议问题