TDD

Lately, since I’ve started programming the .NET framework, I’ve become more and more interrested again in test driven development. Usually I’ve to write a lot of data access code but I never really found out a good way to unit test it. Luckily, Roy Osherove has written a very nice article about it on his …