JIRA: Changing the URL to Confluence

If you need to change an application link in JIRA to, say Confluence, then it’s not completely obvious how to do this. First you go to Administration => Plugins =>…If you need to change an application link in JIRA to, say Confluence, then it’s not completely obvious how to do this. First you go to Administration => Plugins => Application…

Read the rest...

Safely remove hardware short cut

Sometimes the “Safely remove hardware”-icon disappears from the taskbar which is quite annoying. I’m not sure why and I haven’t bothered to dig deeper into it, but if that happens…Sometimes the “Safely remove hardware”-icon disappears from the taskbar which is quite annoying. I’m not sure why and I haven’t bothered to dig deeper into it, but if that happens and…

Read the rest...

C#: create a basic windows service

The service Creating services in C# differs a bit from creating a standard console/winform/wpf application. A service is often created to run continuously and it has no graphical interface, something…The service Creating services in C# differs a bit from creating a standard console/winform/wpf application. A service is often created to run continuously and it has no graphical interface, something which…

Read the rest...

C#: Rename a project in Visual Studio

Renaming projects in Visual Studio is a pain in the @$$ and can be really time consuming if you don’t know what you’re doing. Visual Studio 2008 doesn’t come with…Renaming projects in Visual Studio is a pain in the @$$ and can be really time consuming if you don’t know what you’re doing. Visual Studio 2008 doesn’t come with a…

Read the rest...