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

前端 未结 10 1265
被撕碎了的回忆
被撕碎了的回忆 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:25

    I depends on your project, most of the time I work with 10-15. The less projects the shorter the build time.

    Projects I typically have are:

    • base project with exceptions and error handling
    • business logic
    • data access layer - repository
    • WebForms OR WinForms OR WPF UI

    Some of these I would separate into 3-4 other projects. I would also have NUnit test projects as well.

提交回复
热议问题