Exchanging Entity Framework EDMX by Code First

2

I have an application with EF5 using EDMX modeling and I have much more experience and affinity with Code First. Does anyone have any idea / tutorial on how to migrate from EDMX to Code First without changing the database and entity classes?

    
asked by anonymous 10.03.2015 / 13:42

1 answer

3

If you can upgrade to EF6, just right-click the project, Add -> New Item - > Data - > ADO.NET Entity Data Model:

    
10.03.2015 / 13:49