Skip to content

Visual Studio

Photo by Mikhail Nilov: https://www.pexels.com/photo/a-man-looking-at-a-computer-screen-with-data-6963944/

Remote Debugging Azure App Service

Ok, today I stumbled upon classic error when trying to remote debug Azure App Service. I wanted to share this error and solution as a blog post so I can come back to this when I encounter this again 😄.

The current version of VS Remote Tools does not match this version of Visual Studio. If errors occur, try installing the matching version of VS Remote Tools.
Class not registered

Visual Studio Tips and Tricks

I have been using Visual Studio over a decade almost daily and I would like to share few tips that I find particularly useful and which improves your productivity if used correctly.

Surround with

Select code that block that you would like to surround with and then press CTLR+K, CTRL+S. This starts and macro that can used to surround blocks of code with try-catch, using, etc. I use this …