About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (169)
Category Archives: Tooling
Quite install MSI with help from Orca
Microsoft tool Orca lets you see inside a MSI installer. Discover the properties or create a transform file to customize the installation. Continue reading
Ignoring files in TFS Source Control
On my current project we use TFS Source Control. I’m so used to GIT now that I had to figure out how to ignore files again. The option for server workspaces is cloaking the folders / files you don’t need. … Continue reading
AccessViolationException
After setting my Default Processor Architecture to x64 in Visual Studio 2013 I started getting System.AccessViolationException’s. Notice the “this is often an indication that other memory is corrupt”. After exploring the exception. The root cause revealed itself. Visual Studio crashed … Continue reading
Octopus deploy step detail tip
Click the question mark on octopus deploy step detail Get extra information about what the options do Saved me some time searching-and-finding on Octopus Deploy Documentation.
Powershell training course
Powershell the “new” automation tool from Microsoft. For octopus deploy we mostly use the powershell task to handle start/stop service, configure nservicebus and manage certificates. Time to learn some more on microsoft virtual academy. Here is my learning list: Getting … Continue reading