Category Archives: Development


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 →

NuGet Consolidation Report using PowerShell

NuGet Consolidation Report

This post covers a script which allows you to report NuGet package version information over several packages.config files. Given that the tools currently available are slow, I’ve deiced to write this script to generate a simple report.

Read More →

Remove unreferenced files in Visual Studio projects

Remove references to missing files in visual studio

This post covers how to remove missing file references within a visual studio project file. Unfortunately, there isn’t anything available in visual studio; however, I was able to get things done with a little bit of PowerShell magic.

Read More →

Fake Build and TeamCity: versioning assemblies

Fake Build and TeamCity

Use TeamCity variables in your Fake build config. Multiple people on the web were looking for this, including myself. I Therefore decided to write a blog post covering the basics.

Read More →

Couchbase .Net client tips

Couchbase .net tips

I’m working on Couchbase performance issues and gathering a lot of useful information not found within any of the documentation available online. Therefore, I would like to share my finding within this blog post. Hopefully, this will be helpful for someone taking the same route.

This article targets people who are new to Couchbase and using the .net client.

Read More →