Can't find ADO.net Entity Data Model template in VS2017

前端 未结 21 3342
我寻月下人不归
我寻月下人不归 2020-11-30 06:16

I was trying to create an ASP.NET MVC web application in Visual Studio 2017. I need to take an EF database-first approach for the work.

Unfortunately I can\'t find t

21条回答
  •  误落风尘
    2020-11-30 06:48

    Basically what I found is when you choose .Net Core Project EF not shown under data tab. You need to choose .Net Framework Instead of .Net Core. Then you will find all the stuffs under data tab.

提交回复
热议问题