Thread: Class Browser

  1. #1
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986

    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

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    There's also the MSDN Library, but that's web based too. Is there a problem with web-based references?

  3. #3
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986
    I'm on dialup And I don't like to have to come online just to check whether Hashtable has a capital T.

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    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.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Class design problem
    By h3ro in forum C++ Programming
    Replies: 10
    Last Post: 12-19-2008, 09:10 AM
  2. Specializing class
    By Elysia in forum C++ Programming
    Replies: 6
    Last Post: 09-28-2008, 04:30 AM
  3. matrix class
    By shuo in forum C++ Programming
    Replies: 2
    Last Post: 07-13-2007, 01:03 AM
  4. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM