Code First Migration with Connection Strings
问题 So I've managed to get Code First running and it works great. Since I am still developing the application the structure of the Database isn't finalize and so I need to implement migrations. I followed the Official Blog Post and got that Update-Database command working. However, this only updates the SQLExpress version of the database. The production version of the database is on Azure and I specify the connection string at run time so the Update-Database command doesn't work on that. So my