Archive for May, 2009

How to: Visual Studio test runner & side by side test code (2009-5-18)

After spending a lot of time with xUnit.net I recently had to go back to MSTest for my testing again (because it’s the de facto standard at my current client which is not negotiable ;-().

Former colleagues of mine will probably laugh about this, because I’ve had a love-and-hate-relationship with MSTest and especially the VisualStudio runner [...]

What is actually a composite application? (2009-5-4)

‘Composite application’ is one of those terms you talk endlessly with other developers about, only to find out that each of them has a totally different understanding of what the term actually means. If you try to google it you’ll find several definitions ranging from ‘a solution stitched composed of loosely coupled semi-independent components’ [...]