c# - 什么是 Visual Studio 的控制台应用程序命名约定?

标签 c# visual-studio

<分区>

当我开发 Visual Studio 解决方案时,我喜欢根据项目类型为项目使用命名约定。

例如: 我的项目.UI.Windows, 我的项目.UI.Mobile, 我的项目.图书馆

我想知道如何称呼控制台应用程序。我正在考虑“MyProject.CommandLine”,但它似乎有点罗嗦。 Visual Studio 的控制台应用程序命名约定是什么?

最佳答案

这实际上取决于命令行应用做什么,而不仅仅是它是一个命令行应用这一事实。这是我在解决同一个问题时想出的 list :

  • Daemon
  • Client
  • Agent
  • Service
  • Utility/Util
  • Host
  • Application/App
  • Library
  • Runner/Launcher
  • Helper
  • Config
  • Console
  • Handler
  • Converter
  • Manager
  • Controller
  • Generator
  • Editor
  • Viewer
  • Logger
  • Proxy
  • Program
  • Script/Scriptable

关于c# - 什么是 Visual Studio 的控制台应用程序命名约定?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42566316/

相关文章:

c# - 使用 Raven Db 进行边界测试

c# - 在 FindAll 函数中使用 List -C# LinQ

c# - Array Slice 创建新数组

.net - 在没有程序集前缀的 .NET 程序集中嵌入资源?

c# - NUnit - 在 Visual Studio 中使用测试适配器运行测试时获取 results.xml

c# - 如何在Visual Studio中为不同的编译宏设置不同的资源?

c# - C# 的 MySql.Data.MySqlClient,大型 MySql 表的时间到期

c# - 当我在派生类中时,如何 "unbind"附加到基类中事件的事件处理程序?

android - 错误visual studio 2015 cordova Android包: extra-android-support

c++ - Visual Studio 的分析 API