I use code first to design my database. In my server there is a different database. So I want that when I published my new asp.net project to the server, let the database migrate to new version automatically. How can I do that? Which subject should I check?
OK we can do that with the remote database connection string and update-database command from console. But not so, how is it possible by inline the code?
Bikesh SrivastavaPosted Dec 21, 2016, 12:36 PM
Serhat KorogluPosted Dec 21, 2016, 8:34 AM
Bhuvanesh MohankumarPosted Dec 16, 2016, 3:57 PM