您的位置:首页 > 其它

A tutorial of how to use Microsoft CMAB

2004-07-22 09:17 651 查看


A tutorial of how to use Microsoft CMAB




Recently I worked on a .net project, which requires some form of configuration information and needs to store and manipulate the configuration data. In order to resolve this problem, I spent some time exploring the Microsoft Configuration Management Application Block (CMAB). This block provides a more sophisticated approach to configuration management than the inherent ConfigurationSettings capabilities in .Net class library.

This tutorial shows you how to read and write an application configuration file using CMAB according to my experiences. I hope it’s helpful for you.

The document is too long to be displayed here, so I compress it into a zip file.

You can download the full document from the following URL.
http://files.cnblogs.com/rickie/A tutorial of how to use Microsoft CMAB.zip
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: