Base solution for your next web application
Open Closed

Db First Configuration #261


User avatar
0
thobiasxp created

Hi,

I need to configure "Db First Migration" in Module Zero Project. How can i Convert the "Code First to Db First Migration"...kindly explain it detailed....And guide me what are steps need to follow....

Thanks


2 Answer(s)
  • User Avatar
    0
    thobiasxp created

    Hi,

    How to change the Db Migration.....Still i'm not get any Solutions.....need a detailed explanation for change the Code First Migration to Db First Migration.....Make a reply as soon as Possible.

    Thanks

  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    ASP.NET Zero uses EF Code-First. It may not be easy to change to DB-first. Code-First is de-facto approach and ASP.NET Zero is for new projects. Using POCO objects is a better practice. Why do you need db-first?