.net core 中使用ef 访问mysql

1.参考文档说修改项目文件添加,就得这么做,不然会报错

 <ItemGroup>
    <DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="2.0.0" />
  </ItemGroup>

  

https://www.cnblogs.com/Starts_2000/p/mysql-efcore20-codefirst-dbfirst-migration-demo.html

 

 

2.跨域问题

https://www.cnblogs.com/tianma3798/p/6940794.html

 

 

3.仓库模式

https://www.cnblogs.com/zhijianliutang/archive/2012/02/24/2367305.html

https://www.cnblogs.com/wangjieguang/p/EFCore-MySQL.html

 

 

4.动态查询与日志记录

https://www.cnblogs.com/chuancheng/p/8438626.html

 

帮助

https://www.learnentityframeworkcore.com/dbset

posted on 2018-04-28 22:20  隨風.NET  阅读(162)  评论(0编辑  收藏  举报

导航