编写 Visual Studio App.config
我最近发现自己在 Visual Studio 2010 项目的 App.config
文件中编写了一些 XML。
我使用的值是 assembleIdentity
和 bindingRedirect
- 这两个值都没有使用 智能感知。
我想知道其他开发人员想出的一些很酷的技巧,可以在 App.config
(我很少接触的文件)中使用。
MSDN 上有一份文档(其他链接+1),但是它(很可能)不会详细介绍如何做一些技巧。
[更新]
由于Joe,djacobson,亨克霍尔特曼、马克·比克和Neil Knight 集体投票结束了我的问题,我决定发布几个我正在寻找的信息类型的示例:
I recently found myself writing some XML in my Visual Studio 2010 Project's App.config
file.
The values I used were assemblyIdentity
and bindingRedirect
- neither of which show up using IntelliSense.
I'd like to know some cool tricks that other developers have come up with to use in App.config
- a file I rarely touch.
There's a document on MSDN (+1 for other links), but it (most likely) will not go into detail on how to do some trick stuff.
[Update]
Due to the fact that Joe, djacobson, Henk Holterman, Mark Biek, and Neil Knight collectively voted to close my question, I've decided to post a couple of examples of the kinds of info I'm looking for:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以从以下几点开始:
http://blogs.msdn.com/b/vsto/archive/2010/03/09/tricks-with-app-config-and-clickonce-deployment-saurabh-bhatia.aspx
Something to start with:
http://blogs.msdn.com/b/vsto/archive/2010/03/09/tricks-with-app-config-and-clickonce-deployment-saurabh-bhatia.aspx