Migrate Entity Framework 6 to EF Core 6

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
PatConnelly
Posts: 18
Joined: Fri 17 Jun 2005 14:15

Migrate Entity Framework 6 to EF Core 6

Post by PatConnelly » Thu 13 Jan 2022 19:01

What is your guidance on this migration?

We are currently using EF 6, with DB First model and an Oracle database.

Thanks!

Patrick

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Migrate Entity Framework 6 to EF Core 6

Post by Shalex » Fri 14 Jan 2022 15:13

You should create a new Devart EF Core Model (*.efml) with Database-First approach and add the existing database objects with Create Model Wizard or Update From Database Wizard.

This question was discussed at viewtopic.php?t=45489.

Post Reply