翻译:王鹏程张原 王伟策划:毛凌志2009年1月北京工业大学软件学院PS:有问题反馈至http://lexus.cnblogs.comGetting Started with SubSonicBy Scott Kuhl (http://www.geekswithblogs.net/scottkuhl)SubSonic is an open-source toolset, created by Rob Conery, as an attempt to put the funback into pr…
Dapper简单介绍: Dapper is a single file you can drop in to your project that will extend your IDbConnection interface. Dapper是一个轻型的开源ORM类,代码就一个SqlMapper.cs文件,编译后就40多K的一个很小的Dll. 官方资料:点击这里 Dapper支持Mysql,SqlLite,Mssql2000,Mssql2005,Oracle等一系列的数据库,当然如果你知道原理也…
转载:http://***/html/itweb/20130918/125194_125199_125210.htm .NET 轻量级 ORM 框架 - Dapper 介绍 Dapper简单介绍: Dapper is a single file you can drop in to your project that will extend your IDbConnection interface. Dapper是一个轻型的开源ORM类,代码就一个SqlMapper.cs文件,编译后就40多K的…