I'm a self-taught developer and my experience is all in small applications that I've developed.
I'm currently working on an application that I've made public, and I've realized that I need to start doing good unit testing to catch regressions and generally make sure everything works.
I've read up on a previous question. I would like to know if there are any resources online specifically dealing with C# unit testing in Visual Studio 2008, preferably with examples.
EDIT: I'm using Visual Studio 2008 Professional for Windows applications, no web development.