I have a WPF application that I have published a year ago and had been using it(and MSSQL database .mdf-extension) that I filled by the past year with some data.
Now I have made some changes in the code behind (filename.cs) in my application so when I publish I get a fresh new database. And I want to use the already filled database.
How do I accomplish that(This comes like an upgrade/update to my WPF app)?