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 →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 →
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 →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.
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.
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.
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.
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.
Recent Comments