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:

link|improve this question

1  
Can you make your question a little more specific? What sorts of tricks are you looking for? – dizzwave Aug 10 '11 at 17:05
Something like this: stackoverflow.com/questions/1711/… – jp2code Aug 10 '11 at 19:54
Wait, what does that question have to do with app.configs? :) – dizzwave Aug 10 '11 at 21:32
The guy is looking for techniques and ideas. Same here. Vote to reopen, please. – jp2code Aug 11 '11 at 15:45
feedback

closed as not constructive by Joe, Dan J, Henk Holterman, Mark Biek, Neil Knight Aug 10 '11 at 18:01

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

up vote 1 down vote accepted

Something to start with: http://blogs.msdn.com/b/vsto/archive/2010/03/09/tricks-with-app-config-and-clickonce-deployment-saurabh-bhatia.aspx

link|improve this answer
Could you vote to reopen? – jp2code Aug 10 '11 at 20:01
I am sorry, I do not have the required permission to vote for a re-open. – Vinay Aug 10 '11 at 20:05
Well, since the goobers have closed this, I will award you the answer. I was hoping for more, but I can get some mileage out of this. – jp2code Aug 12 '11 at 14:08
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.