首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
enterpriselibrary专题
使用Facility:EnterpriseLibrary整合进Castle
Castle的扩展单元中最近加进来了对MS的EnterpriseLibrary的支持,具体如何使用可以直接看http://www.castleproject.org/index.php/Facility:EnterpriseLibrary。我对EnterpriseLibrary的研究很少,现在开始要好好的研究一下MS的EnterpriseLibrary。
阅读更多...
使用Facility:EnterpriseLibrary整合进Castle
Castle的扩展单元中最近加进来了对MS的EnterpriseLibrary的支持,具体如何使用可以直接看http://www.castleproject.org/index.php/Facility:EnterpriseLibrary。我对EnterpriseLibrary的研究很少,现在开始要好好的研究一下MS的EnterpriseLibrary。
阅读更多...
EnterpriseLibrary数据访问 使用存储过程访问数据库
演示代码下载: http://dev.mjxy.cn/a-entlib-Access-the-database-using-stored-procedures.aspx 使用存储过程访问数据库 1.配置文件 view sourceprint? 01<configuration> 02 <configSections> 03 <section name="dataConf
阅读更多...
EnterpriseLibrary验证(1)添加验证
代码下载:http://dev.mjxy.cn/a-entlib-Adding-Validation.aspx 本演练演示:为商业实体添加验证, 启用验证实例验证。 1. 为要验证的实体添加引用 Microsoft.Practices.EnterpriseLibrary.Validation.dll System.ComponentModel.DataAnnotations 2.引用命名
阅读更多...