Ruby on Rails – A Jumpstart for .NET Developers review

I’ve just finished watching Dustin’s Ruby on rails course last week – and the new things I’ve learnt are still sinking in. PluralSight is a great resource, it  has a huge library of online training and I have used them from time to time to learn new technologies and methodologies. And so I jumped on … Continue reading Ruby on Rails – A Jumpstart for .NET Developers review

Sela Developer Practice 2013

I’m speaking at SDP2013 – two weeks from now.     I’ll be talking about mocking (surprise!) in “Battle of the Mocking Frameworks”.   So if you’re happen to come to the conference on May 7th – drop by and say hi.   Until then – happy coding…

Unit testing multi threaded code–Timers

Writing unit tests for multi-threaded is not simple and could even be impossible for some scenarios – how could you test that an asynchronous method was not called?Since most unit testing examples tend to be rather trivial I’ve decided to try and explain other more complex scenarios – preferably without using any calculator examples.The “Timer” … Continue reading Unit testing multi threaded code–Timers