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
i think you selected class library (.NET Standard) instead of class library (.NET framework), try to select class library (.NET framework) you will get it.
Your tools for EF are missing. You need to run the installer again and from "select package" you need to select enitityframeworktools
to get the required options in your project.
First change framwork into 4.5.2 in your project application property.enter image description here Just right-click on your application(not project solution) in solution explorer and select Add menu and select ADO.Net under Add Menu. Do whatever you want with ADO.NET. Good Luck.