Archive for June 2010

Limited refactoring

When re-defining the default namespace for a project in VS2005 the properties/settings/resources will change namespace to the new default – but every place these values are refered the namespace reference will remain the same and there needs manual changing!

Caching in browsers

The other day at work we ran into a problem with users updating to the newest version of our software. Our main program queries a server with the version number and receives an address from where the newest installer can be fetched. The program then launches a browser that downloads and runs (on the users [...]