views:

215

answers:

2

I am very interested in changing the way I tackle applications to integrate TDD / UnitTesting.. But I don't want to go down the MVC route just yet, and would like to see via Video a beginners guide to using TDD.

How you set it up, use it in VS2008 etc...

+3  A: 

Dimecasts have some good videos on the subject.

I know you mentioned you don't want to go down the MVC path yet but I think the Asp.Net MVC storefront series is worth a look. The storefront series is focused more on using TDD and design patterns then MVC. I would highly recommend you take a look if you interested in getting started with TDD. A GREAT additional video series can be found here at Tekpub. It is a not free but very cheap for the content you get.

cgreeno