-
Class Browser
I don't have Visual Studio.NET, and SharpDevelop runs slowly on my computer so I don't like to use it. Is there any tools out there that I can use to navigate through the .NET classes? I found http://www.csharpfriends.com/quickst...mespace=System which seems to be a web based version of what I'm looking for...
Any help would be great:D
-
There's also the MSDN Library, but that's web based too. Is there a problem with web-based references?
-
I'm on dialup :( And I don't like to have to come online just to check whether Hashtable has a capital T.
-
If you have the .NET Framework SDK installed you can go to it's menu under the programs menu and select documentation. On the left is a tree-style menu, from which you select reference, class library, and are then given all the namespaces and their subseuent menus. It's basically just everything under the menu for the .NET framework at the MSDN library.