Interface Segregation Principle in typescript
Published: 2018-05-08

Create a more decoupled design in typescript by applying the interface segregation principle

Liberate yourself from VS project files
Published: 2015-01-12

I have been developing .NET application professionally since the very first release. And while there are many good things in the framework, there is one thing fundamentally wrong; there is a tight coupling between your project files in your IDE, and your build scripts

Using FSpec with NCrunch
Published: 2015-01-07

Shows how to automatically run your test suite using NCrunch

FSpec goes 0.1 (with Foq support)
Published: 2014-06-21

The latest release of fspec now directly supports mocking using foq

Getting Started with FSpec
Published: 2014-06-11

This post shows you how to get started using FSpec

Comparing FSpec to NSpec
Published: 2014-06-06

In this post, I will be showing some differences between FSpec, and NSpec, a differenct .NET Context/Specification framework

Introducing FSpec
Published: 2014-06-06

Introducing FSpec, an F#-based BDD-style test framework