codesmith安装文件,多个代码生成模板,适用于c# ,controller,MVC,data等
2021-04-26 19:04:14 18.03MB codesmith c#
1
完美解决CodeSmith无法获取MySQL表及列Description说明注释的方案,替换 C:\Program Files (x86)\CodeSmith\v8.0\SchemaProviders内的同名文件
2021-04-19 13:03:44 26KB CodeSmith MySQL 列描述
1
由于模板映射mysql生成代码后发现注释丢了,修正了mysql下获取注释的问题,需要的朋友可以下载直接替换对应的dll即可
2021-03-30 10:22:34 36KB 开发工具
1
postgresql pgsql 未能加载程序集Mono.Security.dll 2.0,0,0 Npgsql 缺失的MonoSecurity.dll
2021-03-19 13:02:02 102KB pgsql mono postgresql mono.security
1
解压密码 www.networkcomms.cn 是codesmith 模板 使用codesmith6.5版本
2020-10-27 10:51:28 22KB 模板
1
CodeSmith Generator 8.0.1 带注册机和激活教程 亲测可用
2020-02-13 03:04:31 14MB CodeSmith Generator 8.0.1 注册机
1
包含4个文件NHibernate.class.cst,NHibernate.cst,NHibernate.hbm.cst,NHibernate.inc
2020-01-03 11:27:15 10KB NHibernate CodeSmith 模板
1
generates IBatisNet SQL mapping file and a group of CSharp classes from a database table. 产生IBatisNET的SQL映射文件和三层代码 Output for each database table Entity, the C# class that represents a database record. DaoIntf, the C# DAO interface contains a group of data manipulation methods, such as: GetCount, gets the count of all records. FindAll, loads all database records. Find, loads a database record using primary key value(s). FindByXXX, loads a group of records by the value of a column. Delete, deletes a database record. DeleteByXXX, deletes a group of records of by the value of a column. Update, updates a database record. DaoImpl, the C# DAO implementation class that implements the interface referred by DaoIntf. SqlMap, the IBatis.NET SQL mapping file that contains SQL statements used in the DaoImpl above.
2020-01-03 11:19:51 22KB IBatis Codesmith
1
亲测可用。带安装包,激活器,说明文档(重新编辑的,之前的乱码)
2019-12-21 20:59:11 14.14MB CodeSmith
1
CodeSmith生成MVC4项目工程模板V1.0.12.0920 模板工具:CodeSmith 6.5 CodeSmith生成Visual.Studio.2010.MVC4项目工程模板。 默认用户已经安装了CodeSmith 6.5代码生成工具。 根据输入参数,自动生成Visual Studio 2010 + MVC4 + EnterpriseLibrary5.0项目工程。 注意事项: 1:Visual Studio 2010需要安装SP1。并安装MVC4。具体操作请访问微软官方网站。 1:请在建立数据表时,给数据表的说明字段一个简要说明。在*.cs文件生成时会自动写入合理的注视内容。 项目生成最终结构: 以默认参数为例,生成的项目结构如下: onehelper.sln ├─onehelper.Controllers ├─onehelper.Core ├─onehelper.Dao ├─onehelper.Dto ├─onehelper.Service └─onehelper.webClient 模板的当前前端使用yaml css framework 3.3. 操作流程: 1:下载net4.0_MVC4_Entlib_V1.0.1.rar文件。 2:解压缩net4.0_MVC4_Entlib_V1.0.1.rar文件到指定路径下。 3:打开codesmisth 6.5,导入解压缩后的模板文件夹。 4:在CodeSmith Studio中,Template Explorer下,选择Execute.cst,右键菜单Execute。 5:在CodeSmith的执行窗口中设置参数如下: 1.名称空间 RootNamespace ---------> 根名称空间 ClientNamespace -------> 客户端名称空间 ControllerNamespace ---> 控制器名称空间 CoreNamespace ---------> 核心名称空间 DaoNamespace ----------> 数据操作名称空间 DtoNamespace ----------> 传输实体名称空间 ServiceNamespace ------> 服务业务名称空间 2.数据库(数据库中的表字段要有注释!) Database --------------> 指定一个数据库 ExcludeTables ---------> 指定一个或多个数据表 PrefixLength ----------> 数据表前缀截取长度 TablePrefixes ---------> 3.开发者信息(将作为类注释存在) Author ----------------> 开发者姓名 CompanyName -----------> 公司名称 SystemName ------------> 系统名称 4.杂项(项目工程生成路径) OutputDirectory -------> 项目工程生成路径 版本说明: =============================================================== 版本号:V1.0.12.0920 =============================================================== 修改模板生成语法符合codesmisth 6.5的新语法。 针对.net framework4.0进行了修改。 模板的前端: 暂时添加进了yaml css framework 4.0.1.(*此处不需要可以删除*) =============================================================== 版本号:V1.0.2 =============================================================== 请在建立数据表时,给数据表的说明字段一个简要说明。 添加了版本操作详细说明。 存在问题: 生成的web工程不能被打开,需要手动添加到项目工程中。
2019-12-21 20:24:48 3.07MB c# enterprise mvc4 linq
1