随笔分类 -  代码批量生成

T4模版、CodeSmith等相关技术
摘要:VS代码片段官方说明: https://docs.microsoft.com/zh-cn/visualstudio/ide/visual-csharp-code-snippets?view=vs-2019 可以通过箭头地址将常用的代码搞成自定义的代码片段放到vs里面,可以提高部分编码速度。 用法:以 阅读全文
posted @ 2020-09-05 11:46 江宁织造 阅读(372) 评论(0) 推荐(0)
摘要:1 2 3 4 5 6 7 8 9 // 导入MultipleOutputHelper.ttinclude文件10 11 12 16 17 18 using System;19 using System.Collections.Generic;20 using System.L... 阅读全文
posted @ 2015-04-28 18:07 江宁织造 阅读(483) 评论(0) 推荐(0)
摘要:1 <#@ template debug="false" hostspecific="false" language="C#" #> 2 <#@ output extension=".cs" #> 3 <#@ assembly name="System.Data" #> 4 <#@ assembly 阅读全文
posted @ 2013-09-22 13:34 江宁织造 阅读(2238) 评论(0) 推荐(0)