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

后端 未结 6 1114
臣服心动
臣服心动 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:46

    I blogged about this back in 2007. The advice still holds:

    http://mikehadlow.blogspot.com/2007/07/how-to-structure-visual-studio.html

    The bottom line is that I should be able to get your code out of source control, open it in Visual Studio, hit F5 and everything should work.

提交回复
热议问题