Pair programming is an Agile practice we put much focus on at Typemock. It is also one of my favorites….
Read moreThe Pair Programming Dance
Pair programming is an Agile practice we put much focus on at Typemock. It is also one of my favorites….
Read moreQA, TDD and Unit Testing
How do you perceive quality assurance? Back when I was evangelizing QA in my previous job, I often used the…
Read moreIsolator Extensibility: Properties as Fields
Let’s say I have a class that contains properties:
1 |
<span class="kwrd">public</span> <span class="kwrd">class</span> ClassWithProperties<br />{<br /> <span class="kwrd">public</span> <span class="kwrd">int</span> Number { get; set; }<br /> <span class="kwrd">public</span> List<Product> Products { get; set; }<br />} |
I want to return my own values by faking them and…
Read moreSwapping Collections with Typemock Isolator
One of the new features in Isolator 5.1.1 is fixing an old issue. Let’s say I have a collection I’d…
Read moreTypemock Isolator 5.1.1 is Out!
Ever wanted to fake collections or perform dynamic-language style behavior faking? Get the new Isolator version 5.1.1! This version received…
Read morePDC 2008 – Concurrency and .NET
Concurrent programming is becoming essential for developers as multi-core processors are the de-facto standard. So its not that surprising that…
Read moreIsolator Open Source License
I’ve promised to do this a while back. So here goes. From version 5.0 on, Isolator comes in two license…
Read moreSPTypeMock – SharePoint Typemock Wrapper
There’s a new project in CodePlex, called SharePoint Typemock Wrapper. It contains wrapper classes for the regular SharePoint classes, that…
Read moreVSIP Conference Xbox Winner
Two weeks ago, Eli and Roy went to the VSIP conference, just to show off our products. Responses were great…
Read more