技術をかじる猫

適当に気になった技術や言語、思ったこと考えた事など。

2010-06-08から1日間の記事一覧

何か色々 appConfig 設定ファイル .NET 2.0 var

.NET 2.0 以上で取り出し方。 System.Configration.dll をライブラリ参照に加えて、以下のコード。 System.Configuration.ConfigurationManager.AppSettings["sample"]; (MyConfig)System.Configuration.ConfigurationManager.GetSection("MyConfig"); 何が…