Category Archives: Programming

Test Deployment Items

  I have been playing with the new Nhibernate bits, and working through the tutorial here, now he uses MbUnit, and NUnit which are great frameworks for testing, but I wanted to use the test framework supplied with visual studio. … Continue reading

Posted in Programming | Leave a comment

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

Why do home projects get so tricky

  Well is been a while, but I thought I would just ask the question having stalled again on a home programming project, I wanted a simple program that would do some simple accounting, and after a MONTH I have … Continue reading

Posted in Programming | Leave a comment