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)
-
0
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
-
0
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?