Willem Odendaal, a South African developer at new media labs, published a great presentation on practical tips for unit testing:He…
Read moreFaking WCF Async Calls – Part II
In the last post, I simulated an asynchronous call to WCF, by setting custom code behavior on the Begin and…
Read moreWCF tip – How to fake a method inside WebOperationContext
One of our customers had a very interesting problem. When using he needed to set WCF’s WebOperationContext.Current.IncomingRequest.UserAgent to return a…
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 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 moreUnit Testing WCF with Isolator – The Server
WCF actually cries out for unit testing. How can you make sure your logic actually works without relying on a…
Read moreRegistry on Windows 64 Bit – Double Your Pleasure
For those of you who are new to windows 64 bit you’ll be happy to know that Microsoft decided to…
Read more