Dapper.NET
http://my.oschina.net/feichexia/blog/128349
Dapper是Stackoverflow开发人员开发的一个针对ADO.NET的轻量级SQL对象Mapper,其关键特性就是高效。使用非常简单,就不详细说明了,详细参考下面的链接(包含所有相关内容):
Google Code: https://code.google.com/p/dapper-dot-net/
测试代码:https://code.google.com/p/dapper-dot-net/source/browse/Tests/Tests.cs
其他数据库框架与Dapper处理Insert对比:http://samsaffron.com/archive/2012/01/16/that-annoying-insert-problem-getting-data-into-the-db-using-dapper
核心类SqlMapper.cs:https://code.google.com/p/dapper-dot-net/source/browse/Dapper/SqlMapper.cs