Monthly Archives: June 2008

Separation of Concerns

  This looks like a good series to follow, I am going to be interested in how each of the dependencies is broken out and split out, its great to see an example that solves a problem with out tests, … Continue reading

Posted in Programming | Leave a comment

Event Hookup Part Two

So what did I learn, that by creating a class that inherits EventArgs i can pass any information I need in an event, I did write a quick presenter and its test to ensure that the ITask interface worked as … Continue reading

Posted in Programming | Leave a comment

Event Hookup Part One

  Ever had one of those problems where you are coding outside your normal zone, but you know the answer is simple, and can’t get the syntax right on the day? Friday was one of those days, here is the … Continue reading

Posted in Programming | Leave a comment