-
.NET
Did you know that Visual Studio shows deadlocked tasks?
I didn’t… And it’s not a new feature – since it existed since freaking Visual Studio 2010! Yesterday during an…
Read More » -
.NET
VS2015 Update 1 brings (back) parallel test execution
Yesterday I’ve installed the new VS2015 update and tried to make my machine talk to my win10 (IoT core) Raspberry…
Read More » -
.NET
Using C++ debug visualizers in VS2015
I have been using the .NET debug visualizers (and DebuggerDisplay atribute) for a long (long) time and I like the…
Read More » -
Agile
What are you waiting for???
The contract has been signed, the training finished and all the company is ready to start using the best development…
Read More » -
.NET
How to fake a singleton in C++
When unit testing legacy code I find several (anti) patterns which prevent getting code under test. The most recurring pattern…
Read More » -
.NET
Automocking fields using NUnit
From time to time I get to teach and mentor Java developers on the fine art of unit testing. There…
Read More » -
Software Development
Unit and integration are ambiguous names for tests–and that’s ok
In my not-so-distant past I needed to write a component which would control an air conditioning unit. My application needed…
Read More » -
Visual Studio
AssertHelper V1 released
Exactly one year and four months passed since my first try at fixing the state of asserts in NUnit. You…
Read More » -
Agile
I’m a software developer – not a lawyer
A long time ago not that far away I’ve been hired by Uber-Corp to work on the new and shiny…
Read More » -
.NET
Visual Studio tip: paste json/xml file as class
I’m a long time listener of .NET rocks and today during my drive to work while listening to TDD on…
Read More »