13 Oct
This past weekend I had the pleasure of having been invited to speak at the Autumn Edition of the Philadelphia CodeCamp. Brian Donohue, who organizes the Philadelphia ALT.NET User Group asked me to come and deliver one of my talks for the ALT.NET track. This continues a nice (and growing) tradition of the NYC-area events [...]
Posted in CodeCamp, Unit Testing by: sbohlen
No Comments
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
25 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
3 Comments