チャム&レオ的 記録 - the Internet, Community, Private log
.Net のアプリ設定用に.cofnigファイルが使えるようになってますが設定値の格納がどうしてもフラットな形になりがちでどうもぃゃん...まあフラットな方が扱いが簡単なんでしょうけど
何かいい方法ないですかねぇ
Be the first to rate this post
AppSettings に値を保存されているのでしょうか ? app.config には、いくつか柔軟な機能がありますね。 1.カスタム構成セクション <configSections> を定義すると、カスタムシリアライズができます。 例: dasBlog の Web.Config 2. file 属性 <appSettings file="ファイル名" /> と指定すると、別のファイルから設定を読み込むことも できます
Microsoft MVP for Data Center Management - Management Infrastructure, Jan 2008 - Dec 2010. Microsoft MVP for Windows Server - Networking, Jan 2004 - Dec 2007.
RSS Feed
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.