Visual Studio 2015 debugger - high performance impact on SqlCommand

前端 未结 2 864
清歌不尽
清歌不尽 2021-02-14 12:37

After upgrading from VS2013 to VS2015, I was shocked by how slow my web application runs with the debugger attached. So I decided to do a comparison between VS2013 and VS2015 us

2条回答
  •  迷失自我
    2021-02-14 13:20

    In my case it was indeed the diagnostics with a lot of ado.net insert operations the only option was to disable the diagnostics in vs2015

    In Viual Studio 2017 rc, it is the same

提交回复
热议问题