Can I commit changes to actual database while debugging C# in Visual Studio?

Select the databases in Solution Explorer and change the “Copy to Output Directory” to “Copy if newer”. Later, when you finally get the final version, copy paste the databases in debug folder to your source folders

Leave a Comment