How can I securely update End User's Database with EF migration?

38 Views Asked by At

I have a program that runs on a wide variety of clients' computers. How can I automatically update the end-user database when I release an update of my program that I configured the migration with EF code-first? The point is, can we apply the migration feature to the end-user database at runtime without damaging the end-user's data?

0

There are 0 best solutions below