Blog posts tagged with: migration

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 Azure Entity Framework Entity Framework Core migration .NET 7

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.

This site updated to use .NET 7 rather than .NET 6

by Patrick Lee on 08 Feb 2023 in categories tech with tags AzureFunctions migration .NET 7

Upgrading a .NET 6 to .NET 7 app service seems very straightforward. Upgrading Azure functions to .NET 7 looks to be a more significant change, and might require some investigation first.