In this article, John Kuhn and Paul Sheriff show how to use the tools in Visual Studio .NET 2008 to automate the testing of your application's logic. They also show how to design your applications so you can take advantage of unit testing and test...
Is the continuous build model right for your shop?
Being impressed with the new ORM behaviour exhibited by Microsoft's new LINQ technology, I decided to do a development spike before using it in my next project. Although LINQ is definitely the way to go, there would seem to be a few shortfalls that...
Provides guidance for using the Model-View-Controller design pattern to create modular WPF apps that are easy to unit test.