【发布时间】:2011-11-12 22:46:49
【问题描述】:
可能重复:
What is the difference between app.config file and XYZ.settings file?
这里最大的不同是什么?我喜欢使用 Settings.Settings,因为 og 编辑器并没有得到 app.config 中的所有 xml。
【问题讨论】:
-
如果你要使用 app.config,你最好习惯于编辑 xml 文件。
-
希望下面的类似帖子有所帮助。我看到的最大区别是 Settings 可用于存储用户特定信息,而 app.config 主要用于应用程序相关的配置。 stackoverflow.com/questions/909688/…stackoverflow.com/questions/2539460/settings-file-vs-app-configWhat is the difference between Settings.settings and web.config or app.config?
标签: c# visual-studio visual-studio-2010 app-config