ChrisHammond / DNNTemplates

Christoc's DotNetNuke Extension Development templates for Visual Studio
http://www.christoc.com/Products/DNN-Development-Templates
Other
97 stars 38 forks source link

Request: possibility of adding EF Codefirst #45

Closed azarbara closed 5 years ago

azarbara commented 7 years ago

Could you please to add an option for creating MVC project with EntityFramework CodeFirst?

SkyeHoefling commented 6 years ago

I'm curious are you using EF CodeFirst in your DNN MVC Project? I recently used EF CodeFirst but I had to hack the SQL Provider Scripts to accomplish it so it really wasn't using code first as a full end-to-end solution with the .zip install files.

Sounds like this could be something useful but may not be a required dependency of this template in my opinion

swalker1595 commented 6 years ago

Does anyone know how Entity Framework generates the SQL Scripts it uses in code-first?