Class Reference

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dim

    #1

    Class Reference

    Sorry for crossposting!


    Is there a complete reference of .NET Framework class libraries?
    And i mean COMPLETE reference with full explanation of what each class
    does and perhaps what
    it's good for.
    Reason for this is that recently i spent 2.5 days coding a class only to
    find out that Framework
    already supplied me with a similar class (the same functionality), only i
    never knew about it :-(
    So i would like to know when i must code my own functionality solutions and
    when there's something in
    ..NET that i can use.

    Btw don't point me to MSDN cause i have latest library and i'm aware of the
    library online, but they only give a very little information about classes
    in Framework, and almost no examples.

    Thanx in advance


  • Val Savvateev

    #2
    Re: Class Reference

    It is unlikely that you'll find a better reference than MSDN for the entire
    FCL.
    However if you're looking for details in a specific area, I'd suggest
    researching books available.

    BTW .NET community sites may be a good help. For instance-
    Choosing the right web hosting company is one of the most important — and most consequential — decisions you’ll make when starting or growing your website.


    "Dim" <dimanp@hotpop. com> wrote in message
    news:e08it6ibDH A.2684@TK2MSFTN GP11.phx.gbl...[color=blue]
    > Sorry for crossposting!
    >
    >
    > Is there a complete reference of .NET Framework class libraries?
    > And i mean COMPLETE reference with full explanation of what each class
    > does and perhaps what
    > it's good for.
    > Reason for this is that recently i spent 2.5 days coding a class only to
    > find out that Framework
    > already supplied me with a similar class (the same functionality), only i
    > never knew about it :-(
    > So i would like to know when i must code my own functionality solutions[/color]
    and[color=blue]
    > when there's something in
    > .NET that i can use.
    >
    > Btw don't point me to MSDN cause i have latest library and i'm aware of[/color]
    the[color=blue]
    > library online, but they only give a very little information about classes
    > in Framework, and almost no examples.
    >
    > Thanx in advance
    >
    >[/color]


    Comment

    Working...