博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  Enterprise Library

摘要:NOTE: Before I get into this, I do want to applaud the team for coming up with these instructions. It took good, hard work, investigation, experimentation, and testing to get this figured out. It is important that users and customers have the option to upgrade to Enterprise Library 4, if they choose to. With the release of these instructions, I feel that I owe it to you (our customers and users of SCSF) to ask you to consider "do you really need to upgrade?" Sure EntLib 4 has 阅读全文

posted @ 2008-05-18 16:11 江南白衣 阅读(960) 评论(0) 推荐(0)

摘要: 在GotDotNet上有人写了一个Enterprise Library Security权限规则编辑器(Security Database Console with Authorization Rules) For Database Rules Provider ,这两年一直没有更新,还是基于Enterprise Library 1.0的,在最新的Enterprise Library 3.1上无法编译,所以我把它改动了一下,以便可以在Enterprise Library 2.0 或 现在的3.1上编译运行。现在把代码发出来跟大家Sharing:) 下载:SecurityDatabaseConsole 阅读全文

posted @ 2007-06-10 20:51 江南白衣 阅读(10668) 评论(10) 推荐(0)

摘要: 大家都知道,微软企业库中的Security Application Block是把权限规则写在配置文件中的(app.config,web.config),并没有提供存在数据库的实现形式。我去年就向企业库项目组的人建议在SAB中加入这一实现形式,遗憾的是,直到现在的3.1版本,还是没有实现这一功能。 还好GotDotNet上有人提供了这一功能的扩展:Database Rules Provider ,不过这个扩展没有权限操作的功能(添加,删除,修改权限。。。),不方便大家的日常使用,所以我就对其作了一些修改,加入了权限操作功能。现在放出来与大家共享:) 阅读全文

posted @ 2007-05-31 21:55 江南白衣 阅读(15688) 评论(15) 推荐(0)