Test Framework Showdown: Why NUnit (and maybe TUnit) Might Be Your Best Choice
Why I prefer NUnit over xUnit Over the years I used both NUnit and xUnit. Both are good test frameworks to use for your tests and over the…
Coding and photography
Why I prefer NUnit over xUnit Over the years I used both NUnit and xUnit. Both are good test frameworks to use for your tests and over the…
Writing good tests takes skill I like automated tests, I use them constantly while working on code bases. Tests increase my productivity and…
Volatile dependencies When writing good unit tests there are several properties you want to uphold: Reliable, nobody likes flaky tests Fast…
Injecting a factory When working with a DI container you sometimes want to inject a factory to resolve a type. This might for instance be…
Missing files with PackageReferences
Migrations.... migrations.... migrations....
A different way of looking at the same thing
Is this the end of the nullable reference exception?
Full RAW workflow with your phone
Throw it on the heap or stack it up
Why write yet another DI container? Some time ago I was searching for a way to make code that used reflection faster. I came across…
Which unit tests am I missing? This was the question I was facing when writing unit tests for Singularity. Since Singularity is a dependency…
The old release workflow Last week I was busy streamlining the Singularity repository. One of the things I did was streamlining releasing a…
Woohoo my blog is up and running. At first I thought it would be quite a hassle to setup but in the end it turned out to be extremely simple…