Rajesh P
Rajesh P

Reputation: 66

How to upgrade Database First Entity Framework 4 To 6

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

Answers (1)

Rajesh P
Rajesh P

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

Related Questions