Whidbey (Web) object browser
Just a few lines to let you know about an online tool that I think you'll find interesting: DotNetBrowser. The author is my friend Francesco Balena (no blog--shame on him).
Francesco wrote the tool for his own use, then he realized that it would have been useful to others; so he made an ASP.NET version. (What a sweet and noble heart ...)
In a nutshell, it is an object browser for .NET 2.0 that is also able to highlight all the types/members/attributes that have been added, removed, or changed since version 1.1. All its pages can be bookmarked, so you can easily point to them from inside your articles, blog, etc. You can even make some sophisticated searches that can't be done with the VS.NET browser. For example, click here to see all the 743 items that are marked with the Obsolete attribute in .NET 2.0 Beta 1. The URL you clicked looks like the following:
http://www.dotnet2themax.com/DotNetBrowser/SearchType.aspx?asm=mscorlib&ns=System&type=ObsoleteAttribute&progress=0&search=3
We will be happy to get comments and suggestions ...