Use entity framework 6 with asp.net core mvc?
We are working on migrating an ASP.NET MVC 5 app to ASP.NET Core MVC, and I'm wondering if we can simplify by continuing to use Entity Framework 6, for now. Will this cause problems when using Identity?
Should we instead convert to entity framework core first, then later migrate ASP.NET MVC to Core?
0 comments:
Post a Comment