I have just released an early version of Html Utilties for Silverlight on CodePlex. This article will explain the whats and hows of this library. Who is this library for? The primary target for this library is someone who: Develops software in Silverlight Uses the Html DOM libraries in Silverlight What problem does this library solve? In the first version of this library, it is all about testability. Lets say I have a (very simple) method I want to test. The code looks like this: public class HtmlGenerator...