平々毎々(アーカイブ)

はてなダイアリーのアーカイブです。

2009-09-15から1日間の記事一覧

app.config hacks

互いに無関係なセクションを並列に並べることはできる。 <configuration> <configSections> <section name="fooSection" type="FooSection, FooAssembly"/> <section name="barSection" type="BarSection, BarAssembly"/> </configSections> <fooSection> <fooElement fff="fff" /> </fooSection> </configuration>