Exchange Entity Framework EDMX for Code First

Asked

Viewed 273 times

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?

1 answer

3

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

inserir a descrição da imagem aqui

Browser other questions tagged

You are not signed in. Login or sign up in order to post.