Reputation: 66
Currently I am using EF 4 with Database first approach and now want to upgrade this to EF 6.
I have seen different sources but explains only the code approach but I want to know database first.
What is the upgrade process and please provide valuable suggestions.
Thanks in advance.
What I have tried: I have replaced all EF 4 references with EF 6.
Upvotes: 0
Views: 85
Reputation: 66
Need to create the reverse poco classes for connected databases and then use as models. To create poco classes i have used reverse poco generator.
Upvotes: 1