Rhino Mocks and NUnit both have a "Is" keyword, both used for a fluent style of syntax. Unfortunately this causes testing problems when you need to use them together. The .NET compiler can …
Presenting at the Phoenix Arizona Desert Code Camp
That's right! I will be presenting at the Phoenix Arizona Desert Code Camp on May 31st 2008. I will be presenting a course on Dependency Injection / Inversion of Control. The time's have not been …
Continue Reading about Presenting at the Phoenix Arizona Desert Code Camp →
The Importance of Unit Testing WCF Attributes
Normally unit testing is used to verify that state is being altered as expected and interactions are occurring as expected (state based testing or interaction based testing). We also write …
Continue Reading about The Importance of Unit Testing WCF Attributes →
TechEd Developer 2008 & Party With Palermo
If you're going to be at TechEd 2008, let me know as I'll be there. Also if you're going to Palermo's event, let me know as well because I'll be there as well - "im up in yer partee - …
Continue Reading about TechEd Developer 2008 & Party With Palermo →
WTF’s Per Minute
I saw this the other day on digg and I had to repost it simply for the fact that I need to have a copy of my own for reference. This is absolutely classic and true as it gets. I nearly broke down …
NUnit 2.4.7 and the RowTest Attribute with Example
This last Sunday NUnit 2.4.7 was released. As usual, great bug fixes were implemented by the team for this release, but I think the key thing to note about this release is that this is the first …
Continue Reading about NUnit 2.4.7 and the RowTest Attribute with Example →