I’m currently listening to Software Engineering Radio podcast. At episode 101 there’s a very good interview with Andreas Zeller on…
Read moreDon’t Sleep
Have you programmed a multi-threaded application? How many times have you wrote the following lines: Thread t1 = new Thread(()…
Read moreOver-specification In Tests
Szczepan Faber wrote on worrying about the unexpected. By that he means that your tests try to step outside the…
Read moreMocking asynchronous actions with Typemock Isolator
Here is an answer to a question that keeps popping up every once in a while: how do you stub…
Read moreConfiguration via Typemock Interception
A while ago Udi Dahan wrote that he’d like a way to configure objects by just setting property values on…
Read moreWhy Do I Write Unit Tests?
There are many articles and blogs out there explaining the advantages of AUT. Here is my small take on the…
Read moreRacing Philosophers
This post describes a known deadlock problem and how Typemock Racer can be used to discover deadlocks in .NET code….
Read moreALT.NET Israel registration is open
The registration for ALT.NET Israel is now open. You will need an OpenID (I use myopenid.com) to register. We are…
Read moreALT.NET Israel registration is open
The registration for ALT.NET Israel is now open. You will need an OpenID (I use myopenid.com) to register. We are…
Read moreMusings about Refactoring
For the last couple of weeks I’ve been paired with Lior on a large refactoring task that was long overdue….
Read more