[UWP] EntityFrameworkCore SQLServer与UWP应用程序一起使用?
问题描述:
Hello EntityFrameworkCore SQLServer与UWP应用程序一起工作吗?
$
Hello does the EntityFrameworkCore SQLServer work with UWP apps?
如果它不能与UWP一起使用,它能用它吗?
If it does not work with UWP , will it ever work with it?
答
我正在尝试做同样的事情,将UWA连接到MSSQL服务器,检查以下链接
I am trying to do the same, connecting UWA to MSSQL server, check the following link
http://stackoverflow.com/questions/38817576/uwp-ef-core-sqlserver-threading-dependency
http://stackoverflow.com/questions/38817576/uwp-ef-core-sqlserver-threading-dependency
这看起来是唯一的方法通过实施WebAPI或WebService来实现。
It's look like the only way to do it is by implementing WebAPI or WebService.