Naming convention for Visual Studio solutions and projects

前端 未结 6 856
梦毁少年i
梦毁少年i 2021-02-06 21:33

We were thinking about organizing our BIG project this way:

\\trunk
  [CompanyName]
    [Product1]
        [Project1]
          CompanyName.Product1.Project1.csproj
          


        
6条回答
  •  野的像风
    2021-02-06 22:09

    Looks good to me.

    It's a point to note that by default, the default namespace in a Visual Studio project is just the project name. Surely that indicates that naming your projects like your namespaces is "the Visual Studio Way".

    Solutions are most naturally named after the product/project. Like you indicate.

提交回复
热议问题