Monthly Archives: August 2020


2 Rider shortcuts you need to be using

Increase your test productivity with fluent style tests.

This article covers two essential Rider keyboard shortcuts that will help you out in your development workflow. Whether you are an experienced user or completely new to Rider, this article has something interesting for you.

Read More →

Writing fluent style tests in C#

Increase your test productivity with fluent style tests.

There are probably as many test styles as there are developers. And while diversity is a good thing, you most likely want your tests to have a consistent style.

Fluent style tests are ideal for creating structured, readable, and maintainable unit tests. This blog post will cover the implementation details.  

Read More →

Better test productivity with fluent style tests

Increase your test productivity with fluent style tests.

Within this blog post, I would like to show how fluent style tests can simplify and speed up test creation, increase code reuse, and improves readability.

Read More →