这是一个开发用的三层结构的CodeSmith模板程序,需要安装数据库引擎及CodeSmith程序,可以自动生成实体类及数据库操作代码,方便快捷。
2022-05-12 02:05:00 199KB CodeSmith 模板
1
CodeSmith三层架构模板
2022-05-12 00:52:04 5.82MB CodeSmith模板 三层架构
1
我自己做的CodeSmith模板,针对MySql数据库的,拿出来与大家分享。我自己用着还好,我在模板中截取了数据库表名,所以数据库表名为为tb_数据库表名,要注意啊。
2022-04-11 23:20:15 6KB MySql CodeSmith 模板
1
MVC codeSmith 模板 ef + autofac+repository+uow 自己整理 可以直接生成解决方案Model Repository.EF Service
2021-09-03 16:16:20 6.18MB codeSmith mvc
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
可以连接oracle的CodeSmith自动生成代码工具,需要安装CodeSmith及数据库客户端。可以自动生成实体类及数据库操作层代码,方便快捷。
2019-12-21 20:15:24 198KB CodeSmith oracle 模板
1