Entity Framework Database First .Net Core
问题 I have a .Net Standard 2.0 class library project and I want to add Entity Framework to it. I have added the Entity Framework Core package to the project but no Entity Framework Templates appear when I try to add a new item to the project. I have looked on the web and all I can seem to find is instructions for Code First! How do I get the database first functionality back? 回答1: EF Core does not, and will never, support the EDMX-based Database First workflow with the designer. EF Core stores