user1432178
user1432178

Reputation:

How to upgrade from Entity Framework 4.3 to EF 5

Currently we are working on the EF 4.3 . We would like to upgrade it to EF5. I have google the upgrade process steps, but I did not get any result. Please help me..!

Thanks.. :)

Upvotes: 16

Views: 10709

Answers (1)

Julie Lerman
Julie Lerman

Reputation: 4622

Here are two links for you of content I've created on EF4.3 to EF5:

article: Moving Existing Projects to EF 5 http://msdn.microsoft.com/en-us/magazine/jj618295.aspx

video: Entity Framework 5 Enums and Moving Solution from EF 4.3 http://thedatafarm.com/blog/data-access/video-entity-framework-5-enums-and-moving-solution-from-ef-4-3/

hth julie

Upvotes: 19

Related Questions