I'd like to start using unit testing as part of my development projects. Can anyone recommend any web resources to help explain how to write effective unit tests? A walk through example project would be useful.
I am predominantly working wit C# and would prefer examples which demonstrate using .Net unit testing tools but don't mind if there is a useful example in some other language.