CodeSmith开发系列资料总结

“努力学习的熊”CodeSmith基础系列:

1.CodeSmith基础(一)
http://bear-study-hard.cnblogs.com/archive/2005/12/19/300112.html

2.CodeSmith基础(二)
http://bear-study-hard.cnblogs.com/archive/2005/12/19/300142.html

3.CodeSmith基础(三)
http://bear-study-hard.cnblogs.com/archive/2005/12/19/300320.html

4.CodeSmith基础(四)
http://bear-study-hard.cnblogs.com/archive/2005/12/20/300948.html

5.CodeSmith基础(五)
http://bear-study-hard.cnblogs.com/archive/2005/12/21/301577.html

6.CodeSmith基础(六)
http://bear-study-hard.cnblogs.com/archive/2005/12/22/302392.html

7.CodeSmith基础(七)
http://bear-study-hard.cnblogs.com/archive/2005/12/23/303246.html

8.CodeSmith基础(八)
http://bear-study-hard.cnblogs.com/archive/2005/12/26/304701.html

 

“Terrylee”CodeSmith实用技巧系列:

1.CodeSmith实用技巧(一):使用StringCollection
http://terrylee.cnblogs.com/archive/2005/12/26/304865.html

2.CodeSmith实用技巧(二):使用FileNameEditor
http://terrylee.cnblogs.com/archive/2005/12/27/305594.html

3.CodeSmith实用技巧(三):使用FileDialogAttribute
http://terrylee.cnblogs.com/archive/2005/12/27/305598.html

4.CodeSmith实用技巧(四):使用扩展属性
http://terrylee.cnblogs.com/archive/2005/12/27/305618.html

5.CodeSmith实用技巧(五):利用继承生成可变化的代码
http://terrylee.cnblogs.com/archive/2005/12/28/306222.html

6.CodeSmith实用技巧(六):使用XML 属性
http://terrylee.cnblogs.com/archive/2005/12/28/306230.html

7.CodeSmith实用技巧(七):从父模版拷贝属性
http://terrylee.cnblogs.com/archive/2005/12/28/306231.html

8.CodeSmith实用技巧(八):生成的代码输出到文件中
http://terrylee.cnblogs.com/archive/2005/12/28/306233.html

9.CodeSmith实用技巧(九):重载Render方法来控制输出
http://terrylee.cnblogs.com/archive/2005/12/28/306234.html

10.CodeSmith实用技巧(十):通过编程执行模版
http://terrylee.cnblogs.com/archive/2005/12/28/306236.html

11.CodeSmith实用技巧(十一):添加设计器的支持
http://terrylee.cnblogs.com/archive/2005/12/28/306239.html

12.CodeSmith实用技巧(十二):自动执行SQL脚本
http://terrylee.cnblogs.com/archive/2005/12/28/306800.html

13.CodeSmith实用技巧(十三):使用CodeTemplateInfo对象
http://terrylee.cnblogs.com/archive/2005/12/28/306801.html

14.CodeSmith实用技巧(十四):使用Progress对象
http://terrylee.cnblogs.com/archive/2005/12/28/306804.html

15.CodeSmith实用技巧(十五):使用快捷键
http://terrylee.cnblogs.com/archive/2005/12/28/306805.html

“kid-li”翻译CodeSmith API系列:

1.CodeSmith的基础模版类
http://kid-li.cnblogs.com/archive/2005/12/28/306269.html

 

codesmith是一款运用非常文泛,也是功能强大的代码生成工具,但查遍整个baidu,google,很难找到其与access或mdb相关联的资料.经反复验证,方法如下:

在schema explorer上点manage data sources按钮出现对话框 ,在对话框中点add按钮,增加一个连接,在provider type中选ADOXSchemaProviderdb,在连接字符串中输入Provider=Microsoft.Jet.OLEDB.4.0;Data Source=路径+文件名,最后点test看连接是否正确.

你可能感兴趣的:(code)