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

后端 未结 3 849
野性不改
野性不改 2020-12-04 00:16

I am creating a C# application using Visual Studio that uses an SQLExpress database. When I hit f5 to debug the application and make changes to the database I believe what

3条回答
  •  死守一世寂寞
    2020-12-04 00:52

    Copy database to some proper location and change the connection string in config file to point to that only, it is only a suggestion as not sure what type of app. it is.

提交回复
热议问题