2
I have an EF5 application 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?
2
I have an EF5 application 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?
3
If you can upgrade to EF6, just right-click the project, Add -> New Item -> Date -> ADO.NET Entity Data Model:
Browser other questions tagged c# asp.net-mvc entity-framework entity-framework-6
You are not signed in. Login or sign up in order to post.