T4((Text Template Transformation Toolkit))模版引擎之基础入门 C#中文本模板(.tt)的应用

1 关于C#中文本模板(.tt)的简单应用
https://blog.csdn.net/zunguitiancheng/article/details/78011145

任何一个傻瓜都能写出计算机能理解的程序,而优秀的程序员却能写出别人能读得懂的程序。—— Martin Fowler

2 T4模版引擎之生成数据库实体类

http://www.cnblogs.com/lzrabbit/archive/2012/07/15/2591085.html

https://www.cnblogs.com/lzrabbit/archive/2012/07/18/2597953.html

3 使用T4模板根据数据库生成model层

https://blog.csdn.net/qq_34720759/article/details/78164632


4 SqlSugar入门级教程+实例 (.net core下的)
https://www.cnblogs.com/rulasann/p/9438654.html

原文地址:https://www.cnblogs.com/kelelipeng/p/10709957.html