A little while ago while I was one of the industry advisors for the PAG group at Microsoft. One of the last things I did in that capacity was provide input to the the Testing App blocks for MS. Microsoft has finally released this and can be downloaded here.
Testing .NET Application Blocks covers many testing areas that were used during testing and verification of the various application blocks provided by Microsoft’s patterns & practices group, such as functional, globalization, performance, integration, and security. The guide uses code examples, sample test cases, and checklists to demonstrate how to plan and implement each type of test; the guide also recommends tools to use to run the tests. It covers test considerations to be taken into account when customizing these application blocks or integrating them with your own applications.
Because this guide focuses on testing NET application blocks, its scope does not include user interface (UI) testing or database testing. Although the guidance is developed within the context of Microsoft patterns & practices application blocks, it still applies to testing .NET code in general.
[Listening to: Nach Deutschland - The Bourne Supremacy - The Bourne Supremacy (02:40)]

Other similar posts you might be interested to check out:
- March 26, 2010 -- Analysis of Algorithms (0)
If you were interested in algorithms and interested in some mathematical foundations for algorithm analysis? For example if you are interested in proof techniques, probability, Amortization analysis techniques, Case studies and Asymptotic notions (such as Big-Oh, Big-Omega, Little-oh, little-omega, Big-Theta) then check out these lecture notes (in ppt, 224kb) from California State University.... - December 3, 2007 -- Good UML Tool (and free too) (0)
Love it or hate it UML is important for anyone involved (Architect/Developer/Whoever) - either you need to create designs based on UML and you need to understand that someone else has. Sure it has its challenges and for some specific things there are better solutions (DSL's - more on that some other day). I am "old school" and over the years have used Rational Rose (or whatever IBM has renamed it to since buying Rational out). But as are aware Rational tools are very pricey and I ... - September 20, 2007 -- Rules of Threading (0)
As Mr. Kale so eloquently puts it (and of course 100% correct): If you think you need multi-threading, you're wrong If your specification says "you need threading", see Rule 1 (For advanced users only) If you think you need multi-threading, you're probably wrong....
Tags: .architecture