.NET namespaces

前端 未结 9 2372
面向向阳花
面向向阳花 2020-12-31 18:38

My background is primarily as a Java Developer, but lately I have been doing some work in .NET. So I have been trying to do some simple projects at home to get better at wor

9条回答
  •  無奈伤痛
    2020-12-31 19:15

    Namespaces are purely semantic. Whilst they usually do reflect a folder structure, at least when using Visual Studio IDE, they do not need to.

    You can have the same namespace referenced in multiple libraries, ugly but true.

提交回复
热议问题