代码改变世界

Provider Toolkit

2005-11-25 09:08  晓风残月  阅读(422)  评论(0编辑  收藏  举报

 Provider Toolkit
The provider model is used throughout ASP.NET 2.0. It is a means of writing each of the technologies used so that new versions can easily be created and plugged in. For example, if you need to access a different database or authentication server, you can create a provider for it. ASP.NET 2.0 will then work with that provider just as it works with the existing features. This makes ASP.NET 2.0 much more flexible, expandable and customizable than before.  

Provider 模型广泛用于ASP.NET 2.0。他是一种构建陈旧技术的方法,利用Provider ,很容易创建应用程序模块的新版本,并嵌入现有系统。比如说,需要访问一个不同的数据库或者一个认证服务器,你只要创建好这个模块,然后嵌入原系统,(进行相应的配置)asp.net 2.0便能够很好的与之运行。这种“插件”模式,使得ASP.NET 2.0比早期版本,更具伸缩性,可扩展性,可定制性。

啊,好拗口啊,我的 en wen,呜呜,努力ing
asp.net 2.0 provider toolkit :http://msdn.microsoft.com/asp.net/downloads/providers/

以前接触过比较多的的 provider :DataAccessApplicationBlock 和 ExceptionApplicationBlock