摘要: IntroductionOne of the wonderful features of .NET has been its XML configuration features. In the days of .NET 1.x, common application settings, database connection strings, ASP.NET web server configuration, and basic custom configuration data could be stored in a .config file. Custom configuration 阅读全文
posted @ 2013-06-01 07:44 星火卓越 阅读(332) 评论(0) 推荐(0)
摘要: 在Net2.0以上的版本对自定义configSection是件相对容易的事情.比如,我们要创建以下自定义的配置节ConfigSectionsLib<configuration><configSections><section name="ConfigSectionsLib" type="Config 阅读全文
posted @ 2013-06-01 07:33 星火卓越 阅读(490) 评论(0) 推荐(0)