Switch from Entity Framework Database First to Code First
问题 Our Solution is currently based on Entity Framework Database First. We have a T4 Template that generates repository classes from the EDMX. We are reviewing our planned approach for releasing changes, especially Database changes. If we continue with Database first, then we will need to separately generate scripts to change the development and other databases. It seems that with Code First, we simply change the model and that generates scripts to change the various databases. This seems more