Skip to content

Instantly share code, notes, and snippets.

@tncbbthositg
Created May 6, 2009 21:11
Show Gist options
  • Save tncbbthositg/107745 to your computer and use it in GitHub Desktop.
Save tncbbthositg/107745 to your computer and use it in GitHub Desktop.
<configuration>
<appSettings>
<ConfigSection>Patrick</ConfigSection>
<Patrick.Name.First>Patrick</Patrick.Name.First>
<Patrick.Name.Last>Caldwell</Patrick.Name.Last>
<Patrick.Gender>Male</Patrick.Gender>
<James>
<Name>
<First>James</First>
<Last>Brechtel</Last>
</Name>
<Gender>More or Less Male</Gender>
<IsBald>Yes!</IsBald>
<HasKids>True
<Kid1>Litte Jimmy</Kid1>
<Kid2>Little Ashley</Kid2>
</HasKids>
</James>
</appSettings>
<connectionStrings>
<James.IsBald>No!</James.IsBald>
<Abacus.ConnectionString>Test Connection String</Abacus.ConnectionString>
</connectionStrings>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment