Migrating EDMX to Entity Framework Core

Hi Guys,

Recently I worked on a legacy project which used EDMX to model the database layer,  we had a requirement to convert it to Entity Framework Core.

I followed the below video which gives the insight on how to do it cleanly.

https://channel9.msdn.com/Shows/On-NET/Migrating-EDMX-projects-to-Entity-Framework-Core

Hope this helps someone.


Comments

Popular posts from this blog

Secure .NET Core Api Server and Client

Security tips for hosting .NET Web Application on IIS

Simple API using Python, Flask and pyodbc