How to Start Unit Testing .NET Projects
Gil Zilberfeld, Product Manager, Typemock has written an article on How to Start Unit Testing .NET Projects, A Unit Testing Guide an article that described how to get started in creating unit test in .NET .
Its a very basic article which earlier appeared in dotnet-sys-con.com
Gil Zilberfeld mentions about different testing framework for .NET like
Microsoft Unit testing framework NUnit, MbUnit, xUnit etc and the Mocking framework Isolator.
Read the complete article here