Archive for September, 2007

Domain Driven Design

Monday, September 24th, 2007

An interview with Eric Evans on Domain Driven Design. [infoQ]

TDD: Learning NUnit

Sunday, September 23rd, 2007

While making the switch back to NUnit and learning to use version 2.4, I found some excellent resources I’d like to pass on…

NUnit “Quick and Dirty” Tutorial [autotestguy]
Qualities of a Good Unit Test - Jeremy Miller [codebetter]
How NUnit Finds Config Files [http://nunit.com/blogs/]

Meet the new boss, same as the old boss

Sunday, September 23rd, 2007

So, let’s skip the “sorry I haven’t posted in awhile” stuff and just get on with it, shall we?
After five months of trying to get used to the Unit Testing framework in Visual Studio.Net, I’ve decided to go back to NUnit. This is my first experience with version 2.4.x, with the new constraint-based assert […]