Honestly i dont like EF, i really love dapper dot net. and now i working with asp net core with mac osx
How use dapper dot net on asp net core?
There's now very little difference between Core and .NET Core with Dapper usage - grab 1.50-rc3 which references the .NET Core RTM packages to get started - I'll bump it to 1.50 (no pre-release) if there are no issues found in the next few days.
I like dapper dot net. Here is the sample with asp.net core, dapper dot net and postgresql.
http://techbrij.com/asp-net-core-postgresql-dapper-crud
Closing out to cleanup
asp.net core+dapper+Respoistory 该怎么搭框架?特别是在 数据库 链接的时候没有思路
@xiangxingze 看一下这个项目 https://github.com/bidianqing/AspNetCoreUseDapper Repository层可以酌情封装一些方法
Most helpful comment
I like dapper dot net. Here is the sample with asp.net core, dapper dot net and postgresql.
http://techbrij.com/asp-net-core-postgresql-dapper-crud