I'm using Visual Studio 2017 and I'm building my first Asp.Net Core MVC site and I want to create also a Class Library (.Net Standard) as My Data Access Layer. In this last library I want to use Entity Framework to connect to my database. I tried to use Entity Framework Core but I don't know how to create an EDMX file to map my database. Is there another way to do this with Entity Framework Core?
Thanks in advance for your help :)