Prevent Browser From Caching Anything When Using Visual Studio
Sometimes when you are developing some kind of browser based app with Visual Studio you don't want the browser to cache anything. If it does this can be a pain when you are continually making changes to CSS, JavaScript, Images etc.
You can easily get roudn this by using Chrome in Incognito mode. You can probably do this with other browsers too - I shall investigate that.
To set this up we add a new browser type as follows
Click Browse With as shown below
Click Add on the next screen which will show you the following dialog box
In here enter the path to the Chrome exe file in the Program field. In the Arguments field enter --incognito
And in the Friendly Name field give a sensible name such as ChromeIncognito then click Ok
Then on the next dialog box set this new browser as the default, or you can select it as needed from the browsers drop down list in Visual Studio.
Now when you browse with this browser you will see that it says Incognito in the top right hand corner and nothing will be cached.
Other Browsers
Edge can do the same thing with an argument of -inprivate