Skip to content

Instantly share code, notes, and snippets.

@thinktainer
Last active December 18, 2015 15:19
Show Gist options
  • Save thinktainer/5803364 to your computer and use it in GitHub Desktop.
Save thinktainer/5803364 to your computer and use it in GitHub Desktop.
Custom config section in app.config / web.config
<section name="messageBus" type="System.Configuration.NameValueSectionHandler"/>
var busConfigSection = (NameValueCollection)ConfigurationManager.GetSection("messageBus");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment