Software Development
-
Building an API: Test Harness UI
On the project I’ve been working on we’re building an API to be used by other applications in the organisation…
Read More » -
Switching Gears is Grinding Gears
Pay attention young programmers, this is the most important piece of programming advice you will ever hear. Well perhaps not,…
Read More » -
Out of Duct Tape, Try Some Cheap Code
Before I get this little rant started I just want to make a quick apology. I started this rant on…
Read More » -
Performance: Caching per request
A couple of years ago I wrote a post describing an approach my then colleague Christian Blunden used to help…
Read More » -
Structuring your Unit Tests, why?
I am a strong believer in automated unit tests. And I read this post by Phil Haack with part amusement…
Read More » -
Don’t just Test, be a Tester
In the team I currently work with, we came to the conclusion, that the software contains to many bugs when…
Read More » -
Screening C# Candidates: Let’s Play 20 Questions!
Over the past year I was involved in the process of interviewing candidates for both mid and senior level developer…
Read More » -
Unicode in Windows (Delphi, .NET, APIs, etc)
With the the growing integration between systems, and the mismatch between those that support Unicode and that do not, I…
Read More » -
Introduction to bddify
If you are new to BDD you may want to read BDD to the rescue first. This is an introduction…
Read More » -
Creating Page Transitions in Windows Phone
Creating page transitions is not difficult at all when you have Silverlight Toolkit available in market. So follow the steps…
Read More »