Base solution for your next web application
Open Closed

Db First Modal Configuration in Module Zero #178


User avatar
0
thobiasxp created

We Are Using Db First Migration in our Application..How To Configure Db First Migration in our Module Zero Project..Kindly Explain detailed how to configure the Db first Modal..


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    As I know, EF does not provide a "database first migration" (<a class="postlink" href="http://stackoverflow.com/questions/9255190/ef-migrations-for-database-first-approach">http://stackoverflow.com/questions/9255 ... t-approach</a>).

    If you have an existing database, maybe you can create code-first POCO classes from your database and then go with code-first.