ADO.NET entity data model (.edmx) in ASP.NET MVC core 1.0

后端 未结 3 1638
Happy的楠姐
Happy的楠姐 2020-12-11 13:59

I have couple of questions regarding how to use ADO.NET entity data model (.edmx) in ASP.NET MVC core 1.0 application-

  1. As we are migrating application from

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-11 14:52

    ADO.NET entity data model (.edmx) is not supported in Entity Framework Core. Microsoft explained here how to port it.

提交回复
热议问题