I am working on a web application (it is in beta version of asp.net mvc in visual studio 2008) and you need to control the version. How to manage versions of database files (* .mdf, binaries) in the App_Data folder.
Is there a way to just save the table and any database definition, or do I really need to control the version of the content?
version-control visual-studio database-design
Spike
source share