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.