Tag Archives: Code

Week 8 roundup

Last week recap and links: Gitflow for visual studio, we’ve been using this feature with SourceTree. Now a plugin for visual studio. 10 Years of Doing BDD All Wrong. Video from CukeUp! 2014. Read here why to keep your code … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Bind WPF control to Window property

I’ve decided to write this small post on how to bind a WPF control to a property of the Window code behind. Every time I forget one of the steps and end up searching for this: Create a dependency property, … Continue reading

Posted in Development | Tagged , | Leave a comment

Notebook FanControl custom use

A user called Grantig on computerbase.de created the tool Notebook FanControl. It is written in C# and uses WCF for communication with a backend service. Using JustDecompile and the information from the config I managed to build my own front-end. … Continue reading

Posted in Development | Tagged , , | Leave a comment

ApplicationPool creation in Metabase with Csharp

In our project we create IIS application pools from code. For this we connect to the metabase with DirectoryEntry. This is COM and the exceptions are ridiculous somewhat cryptic. Below is code to create an Application Pool. The comments describe … Continue reading

Posted in Development | Tagged , , , | Leave a comment

Vote for Sofie

Using BrowserStack automated (selenium) testing and Azure Webjobs I automatically voted on a website that didn’t allow multiple votes from the same IP Address. This post describes how I did it. Continue reading

Posted in Tooling | Tagged , , , , | Leave a comment