
ORM
文章平均质量分 65
joyhen
人世中的许多事,只要想做,都能做到,该克服的困难,也都能克服,用不着钢铁般的意志,更用不着技巧或谋略。只要一个人还在朴实而饶有兴趣地生活着,他终究会发现,造物主对世事的安排,都是水到渠成的。
展开
-
TinyMapper介绍
原文:http://www.codeproject.com/Articles/886420/TinyMapper-yet-another-object-to-object-mapper-for TinyMapper is an object to object mapper for .Net. The main advantage is performance. TinyMapper a转载 2015-03-16 01:52:44 · 3846 阅读 · 0 评论 -
Database Schema Reader
下载地址:http://dbschemareader.codeplex.com/releases/view/612307 Contents DatabaseSchemaReader.dll - Class library (.net3.5) DatabaseSchemaViewer.exe - UI to read and view database schemas; opt原创 2015-03-11 13:51:26 · 2513 阅读 · 1 评论 -
NPoco--- fork of PetaPoco with a handful of extra features.
https://github.com/schotime/NPoco/wiki Simple microORM that maps the results of a query onto a POCO object. Project based on Schotime's branch of PetaPoco原创 2015-05-10 01:24:46 · 2036 阅读 · 0 评论 -
dapper批量插入
要用到DapperExtensions库,上码: /// /// 批量插入功能 /// public void InsertBatch(IDbConnection conn, IEnumerable entityList, IDbTransaction transaction = null) where T : class {原创 2016-04-27 17:56:31 · 17455 阅读 · 1 评论