惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Privacy & Cybersecurity Law Blog
V
V2EX
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Register - Security
The Register - Security
MongoDB | Blog
MongoDB | Blog
P
Privacy International News Feed
The Last Watchdog
The Last Watchdog
Security Archives - TechRepublic
Security Archives - TechRepublic
美团技术团队
Stack Overflow Blog
Stack Overflow Blog
博客园 - 司徒正美
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
K
Kaspersky official blog
S
Secure Thoughts
T
Tenable Blog
Security Latest
Security Latest
The Cloudflare Blog
S
Security @ Cisco Blogs
H
Heimdal Security Blog
aimingoo的专栏
aimingoo的专栏
TaoSecurity Blog
TaoSecurity Blog
Blog — PlanetScale
Blog — PlanetScale
Microsoft Security Blog
Microsoft Security Blog
Schneier on Security
Schneier on Security
Webroot Blog
Webroot Blog
G
Google Developers Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Scott Helme
Scott Helme
IT之家
IT之家
Latest news
Latest news
The Hacker News
The Hacker News
C
Check Point Blog
T
The Exploit Database - CXSecurity.com
H
Hackread – Cybersecurity News, Data Breaches, AI and More
腾讯CDC
C
CERT Recently Published Vulnerability Notes
NISL@THU
NISL@THU
N
News | PayPal Newsroom
Forbes - Security
Forbes - Security
P
Palo Alto Networks Blog
S
Security Affairs
S
Securelist
Google Online Security Blog
Google Online Security Blog
WordPress大学
WordPress大学
Last Week in AI
Last Week in AI
C
Cybersecurity and Infrastructure Security Agency CISA
A
About on SuperTechFans

博客园 - Daniel Pang

pcanywhere失去连接的一个解决方法 JS格式化日期字符串 - Daniel Pang - 博客园 [软件共享]将数据库中的数据导出为SQL脚本 对文件下载的补充 - Daniel Pang - 博客园 复制DataTable的一种方法 [IBatisNet]关于返回DataTable的一点问题 深圳电话订票基本步骤及所有的取票点地址电话 Automatic Transaction Management Facility 使用 - Daniel Pang IBatisnet Facility 的几种配置 - Daniel Pang IBatisNet -- 保护你的配置文件及映射文件信息 Rational Rose 加载出错的问题 修改Sql server中列的属性脚本 字符串加密方法 ERP术语 英文对照(部分)(参考) 一个关于SQL2005的问题 动态加载TreeNode -- ComponentArt TreeView - Daniel Pang 使用IBatisNet + Castle 开发DotNet软件 JS--屏蔽浏览器右键菜单 Excel的导出操作 - Daniel Pang - 博客园
IBatisNet + Castle 开发相关文章
Daniel Pang · 2007-02-06 · via 博客园 - Daniel Pang

      近期一直使用IBatisNet和Castle(主要是IOC容器、Facility和事务管理)来做项目,慢慢的对它们有所了解并产生了浓厚的兴趣,现将园子里的朋友以及我本人所写的相关文章分类整理了一下,与大家分享,希望能有更多对Ibatisnet 、Castle感兴趣的朋友一起交流。为了交流能够更及时、畅通,我建了个专门用于讨论、交流IBatisNet + Castle开发问题的群(群号:2923364),对此有兴趣或想了解、学习的都可以加入,大家一同进步!
     不多说了,进入正题。

一、IBatisNet基础

Daniel Pang
      IBatisNet1.5学习--配置篇 
      IBatisNet1.5 -- 映射文件--Statements 
      IBatisNet1.5 -- 映射文件--Cache Models 
      IBatisNet1.5 -- 映射文件--Parameter Maps and Inline Parameters 
      因为目前太忙了,所以没能完成后面的几篇,以后在补上。。。

福娃
      IBatisNet系列-介绍篇 
      IBatisNet系列二-QuickStart篇 
      IBatisNet系列-执行存储过程 
      IBatis.Net系列-多参数的SQL语句的配置 
      IBatis.Net系列-Mapped Statements的语法 
      
 自由、创新、研究、探索……
      Ibatisnet介绍 
      Ibatisnet Quick Start   
      IBatisNet配置
      IBatisNet基础组件

二、IBatisNet 开发中碰到的问题及解决方案

福娃
      IBatis.Net系列 - Invalid SqlMap.config document. cause :Cannot load schema for the namespace '' 
      IBatis.Net怎么使用VS 2005来做单元测试 
      IBatis.Net如何获取存储过程的Output的参数值 
      IBatis.Net中为什么Output的paramMap的class设置为int就获取不到值

Daniel Pang
      [IBatisNet]关于返回DataTable的一点问题 
      IBatisNet -- 保护你的配置文件及映射文件信息

三、Castle Facility 部分

Daniel Pang
      IBatisnet Facility 的几种配置 
      Automatic Transaction Management Facility 使用
      使用IBatisNet + Castle 开发DotNet软件

福娃
      [Castle]Castle也范型

四、Castle IOC 方面

TerryLee

Castle IOC容器快速入门

Castle IOC容器内幕故事(上)

Castle IOC容器内幕故事(下)

Castle IOC容器构建配置详解(一)

Castle IOC容器构建配置详解(二)

Castle IOC容器与Spring.NET配置之比较

Castle IOC容器组件生命周期管理

Castle IOC容器实践之Startable Facility(一)

Castle IOC容器实践之Startable Facility(二)

Castle IOC容器实践之TypedFactory Facility(一)

Castle IOC容器实践之TypedFactory Facility(二)

Castle IOC容器实践之EnterpriseLibrary Configuration Facility

Castle IOC容器实践之FactorySupport Facility

福娃
[Castle]Asp.Net中获取Castle容器中的服务的另一方法

五、生成IBatisNet映射文件、实体类、DAO以及表单的CodeSmith模版

IBatisNet Template.rar

六、例子
        这是我随便写的一个用IBatisNet+Castle开发的一个例子,源代码发上来,仅供参考。^_^

SampleCode.rar

最后提前祝大家春节愉快!