Writing Visual Studio App.config

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:

  • Hidden Features of C#?
  • What are the lesser known but cool data structures?

  • 开头的东西:http://blogs.msdn.com/b/vsto/archive/2010/03/09/tricks-with-app-config-and-clickonce-deployment-saurabh-bhatia.aspx

    链接地址: http://www.djcxy.com/p/39854.html

    上一篇: 结构如何影响效率?

    下一篇: 编写Visual Studio App.config