Jason Rowe

Be curious! Choose your own adventure.

Tag: Visual Studio

  • Visual Studio Git vs Command Line

    Visual Studio Git vs Command Line

    When it comes to version control, there are two main ways to manage your code: using the git command line or using visual studio’s git GUI tools. Both methods have their advantages and disadvantages, so it ultimately comes down to personal preference. To initialize a repository using the git command line, you would use the […]

  • My Favorite Visual Studio Short Cut Keys

    Ctrl + Shift + F Find in multiple files. Ctrl + K + D Apply default formatting rules. Ctrl + K + C Comment section. Ctrl + K + U Uncomment section. Ctrl + Alt + E Debugger auto break on exception settings. Ctrl + I to incrementally search Ctrl + Minus Jump back to […]