问题描述
关于如何在ASP.NET MVC core 1.0应用程序中使用ADO.NET实体数据模型(.edmx),我有几个问题-
I have couple of questions regarding how to use ADO.NET entity data model (.edmx) in ASP.NET MVC core 1.0 application-
-
当我们将应用程序从MVC 5迁移到MVC core 1.0时,如何将.edmx从VS2013中开发的MVC5应用程序迁移到MVC core 1.0新VS2015?
As we are migrating application from MVC 5 to MVC core 1.0, how do we migrate .edmx from MVC5 application developed in VS2013 to MVC core 1.0 new VS2015?
如何在VS2015的MVC core 1.0应用程序中使用数据库优先方法创建新的ADO.NET实体数据模型(.edmx)? [我已经尝试创建POCO模型,然后使用脚手架迁移命令,但是想了解使用旧向导方法的情况]
How do I create new ADO.NET entity data model (.edmx) using Database First approach in MVC core 1.0 application in VS2015? [I have already tried creating POCO model and then use scaffold migration command, but want to understand using old wizard approach]
实体框架核心不支持
推荐答案
ADO.NET实体数据模型(.edmx). Microsoft在此处说明了如何移植它.
ADO.NET entity data model (.edmx) is not supported in Entity Framework Core. Microsoft explained here how to port it.
这篇关于ASP.NET MVC Core 1.0中的ADO.NET实体数据模型(.edmx)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!