C# Project folder naming conventions

后端 未结 5 1107
轻奢々
轻奢々 2021-02-05 20:19

I have a project called Data which is a data layer. In this project, all files are just lying in the top folder. I have enumerations, POCOs, repositories, partial classes and so

5条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-05 20:31

    A good practice is to name the folder after the name of the project.

    Design Guidelines for Developing Class Libraries has a set of Guidelines for Names

    The last item should be of paticular interest for you:

    • Names of Assemblies and DLLs
    • Names of Namespaces
    • Types and Namespaces

提交回复
热议问题