Is there any best practices for Visual Studio Project/Solution Structure?

后端 未结 6 1113
臣服心动
臣服心动 2021-01-31 16:20

I\'ve seen a lot of different takes on this subject so I figured if there\'s a preferred way on this.

Is there any best practices on how to setup Visual Studio Projects

6条回答
  •  死守一世寂寞
    2021-01-31 16:48

    My solutions typically consist of:

    • Web Application project
      • 'Common' folder for base & common helper classes
      • 'Include' folder
        • 'Styles' folder
        • 'Scripts' folder
        • 'Images' folder
      • 'UserControls' folder
    • Web Services project
    • Web Framework project
    • Business Tier project
    • Business Framework project
    • Data Access project

提交回复
热议问题