23 Dec
I am pleased to announce that I have just been confirmed as one of the speakers @ the upcoming NYC CodeCamp on 1/10/2009. Apparently my voluminous presentation abstract didn’t scare them away from me .
I’ll be speaking @ 9:15am on TDD (surprise~!) where I will be giving a live-demo from empty .cs file to the [...]
Posted in Software Development Resources, Unit Testing by: sbohlen
6 Comments
09 Oct
A number of readers of this blog have let me know that they have adopted the UnitTestBase and DatabaseUnitTestBase classes that I originally demonstrated from the Summer of NHibernate screencast series as a simple means of facilitating their writing of unit tests. This is great news as I’m glad others have been finding value in [...]
Posted in Unit Testing by: sbohlen
22 Comments
19 Jul
Building APIs that provide a so-called fluent interface seems to be all the rage right now in .NET development and I will be the first to step up and agree that in many places there is merit to this approach — done right, it can provide clarity and value to classes and make the methods [...]
Posted in Unit Testing by: sbohlen
2 Comments