SilverlightBrowser
One of the nice advantages to Silverlight is that you can view the source of a site to see how things work, but with Silverlight 1.1 Alpha that process became more complex. While you can still fish through the JavaScript and Xaml to find the .NET assembly(dll) that is doing all the logic it takes a lot more time.
Thus I decided to write a plugin for Lutz Roeder's Reflector that takes a URL to a Silverlight page and finds the assembly for that page. It also loads up the JavaScript and root Xaml for the page.
Using the Plugin
Once it is installed hit "CRTL+U" or "File->Open Silverlight URL".
Paste a link to your favorite Silverlight site into the textbox and hit go.
This is very cool.
Get it here