Skip to content

Coding Practice

My Tool List of 2018

This is my list of little tools and helpers that I install on all my devices. It was inspired by Scott Hanselman's Ultimate Developer and Power Users Tool List and some tools may overlap. Nevertheless, there are plenty of differences and I'm sure that you will find one or more gems that simplify your developer life. If you know a tool that is missing and is a must-have, please leave a comment with a link to that tool.

Upgrade NUnit from Version 2.x to 3.8

We started the migration to NUnit 3.0 as soon as the final version was released. Unfortunately, some bugs on Visual Studio Team Services ended this endeavour rather suddenly. We concentrated on shipping our product and postponed the upgrade. Now, with all our projects migrated, it is time to look back on the breaking changes that took the most time to upgrade.

A Simple Way to Generate Test Data

Good test data is as realistic as possible but isn’t from production. Leaks can happen on test systems as well and they are often less protected as production systems. Whenever you need test data you can start creating it from scratch or write a tool. Both options take time and effort. However, there is a third option: test data generators. Today we look how you can create realistic test data without much effort.

A Quick Overview on Hangfire.io

Hangfire.io is a nice tool to perform background processing in .Net. Those background jobs can go from simple method calls you don't want to block the user interface for up to recurring tasks for maintaining your application. It's licensed under the LGPL v3 and can be used in closed source software. Should you need more features or support, you can take the Pro version.