sarpay
12/19/2016 - 7:15 PM

Visual Studio IDE Notes

Visual Studio IDE Notes

Useful Extensions & NuGet Packages
----------------------------------
GitHub Extension
Newtonsoft JSON
Cloud Browser


Changing Target Framework
----------------------------------
Right click on the porject
Click Property Pages
Click Build


if IDE starts acting weird,
----------------------------------
use the command line and go to
C:\Program Files\Microsoft Visual Studio 14.0\Common7\IDE
and run the following commands.

1.devenv.exe/ safemode
2.devenv.exe/ resetskippkgs
3.devenv.exe/ installvstemplates
4.devenv.exe/ resetsettings
5.devenv.exe/ resetuserdata

Delete .suo file if still not deleted after these commands

Also,
Uncheck [Tools->Options->General->Automatically adjust visual experience based on client performance]
Uncheck [Use hardware graphics acceleration if available]
You can leave [Enable rich client visual experience] checked