✅ Seeking Guidance on Migrating ASP.NET MVC to ASP.NET Core MVC and EF to EF Core

I'm currently in the process of migrating an old ASP.NET MVC project to ASP.NET Core MVC, and I could use some guidance from the community. In my research for migration, I came across the Visual Studio Upgrade Assistant extension, which has been helpful in migrating most of the code to the new project. However, I've encountered some challenges with migrating Entity Framework (EF).

I'm specifically looking for advice on how to migrate EF to EF Core and ensure that all the necessary files, including EF, are successfully migrated. What would be the best approach for migrating projects from ASP.NET MVC to ASP.NET Core? Additionally, I'm planning to create an API for this project so that it can be used in a Single Page Application (SPA). Any insights or recommendations on this topic would be highly appreciated.

Thank you in advance for your help!
Was this page helpful?