Blog posts tagged with: Entity Framework Core

EFCore Power Tools is useful in the migration from Entity Framework to Entity Framework Core

by Patrick Lee on 13 Feb 2023 in categories tech with tags .NET 7 migration Azure Entity Framework Core Entity Framework

I was able to migrate a legacy project using .net framework and entity framework to .NET 7 and EFCore relatively easily. EFCore Power Tools was very useful in doing a first draft of model code from the existing database.

A reminder that .NET 6 (or 7) code can work with Entity Framework 6.3.3 and later, although EF Core is better

by Patrick Lee on 08 Feb 2023 in categories tech with tags .NET 7 Azure legacy Entity Framework Core Entity Framework .NET 6

If your legacy code uses Entity Framework 6.3.3 or later, you don't necessarily need to move to Entity Framework Core at the same time that you move from .net framework 4.7/4.8 to .NET 6 or 7.