visual studio 2017 - AspNet Core MVC + Class Library (.Net Standard) with Entity Framework -
i'm using visual studio 2017 , i'm building first asp.net core mvc site , want create class library (.net standard) data access layer. in last library want use entity framework connect database. tried use entity framework core don't know how create edmx file map database. there way entity framework core?
thanks in advance :)
entity framework has power point may consider not explicitly mapping of database @ first. entity framework of mapping you.
i in same boat year ago , got lot of example. contoso university example: https://docs.microsoft.com/en-us/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/creating-an-entity-framework-data-model-for-an-asp-net-mvc-application
Comments
Post a Comment