There are a lot of good tutorials on how to start Test driven development (TDD) that help understanding how he…
Read moreStarting Test-driven Development using Typemock Isolator – Part 1
There are a lot of good tutorials on how to start Test driven development (TDD) that help understanding how he…
Read moreHow to Run SharePoint Tests on a Developer Machine
So you think you can test SharePoint only on a server? When I do my demos, it’s on a Windows…
Read moreUnit testing SharePoint with Isolator – article and white paper
Looking for more information on unit testing SharePoint? Andrew Woodward from 21 Apps posted a blog post and a detailed…
Read moreUnit testing SharePoint with Isolator – article and white paper
Looking for more information on unit testing SharePoint? Andrew Woodward from 21 Apps posted a blog post and a detailed…
Read moreThe woes of multithreaded design – How to find deadlock using Typemock Racer
I came across an article on Dr’ Dobb’s I’d like to share called The woes of multithreaded design. The amazing…
Read moreWriting Testable Code
A common problem that most beginners in the TDD world have is how to define a unit test. Although seems…
Read moreUsing a Single Strong Name Key across Multiple Projects
Today at I needed to sign several dll files with the same strong key. If you ever tried it before…
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 moreRacing Philosophers
This post describes a known deadlock problem and how Typemock Racer can be used to discover deadlocks in .NET code….
Read more