Page 1 of 1

Migrate Entity Framework 6 to EF Core 6

Posted: Thu 13 Jan 2022 19:01
by PatConnelly
What is your guidance on this migration?

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

Thanks!

Patrick

Re: Migrate Entity Framework 6 to EF Core 6

Posted: Fri 14 Jan 2022 15:13
by Shalex
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.