.Net application development specialists
asp.net, c#, vb.net, html, javascript, jquery, html, xhtml, css, oop, design patterns, sql server, mvc and much more
contact: admin@paxium.co.uk

Paxium is the company owned by myself, Dave Amour and used for providing IT contract development services including


  • Application development - Desktop, Web, Services - with Classic ASP, Asp.net WebForms, Asp.net MVC, Asp.net Core
  • Html, Css, JavaScript, jQuery, React, C#, SQL Server, Ado.net, Entity Framework, NHibernate, TDD, WebApi, GIT, IIS
  • Database schema design, implementation & ETL activities
  • Website design and hosting including email hosting
  • Training - typically one to one sessions
  • Reverse Engineering and documentation of undocumented systems
  • Code Reviews
  • Performance Tuning
  • Located in Cannock, Staffordshire
Rugeley Chess Club Buying Butler Cuckooland Katmaid Pet Sitting Services Roland Garros 60 60 Golf cement Technical Conformity Goofy MaggieBears Vacc Track Find Your Smart Phone eBate Taylors Poultry Services Lafarge Rebates System Codemasters Grid Game eBate DOFF

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