Results 1 to 7 of 7

Thread: C# API Documentation - Where Is It Located online?

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    41

    Smile C# API Documentation - Where Is It Located online?

    Hi folks, I am looking for the C# equivalent to Sun's Java API Documentation, could someone post a link to it please as I can't seem to find it on Microsoft's MSDN website - Thank you.
    Using: VB.net + C#.net 2005 Express Editions + .Net Framework 2.0

    ~ Man Is The Warmest Place To Hide ~

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: C# API Documentation - Where Is It Located online?

    Go to the MSDN home page. Click the Library link along the upper navigation bar. Select the .NET Development -> Class Library branch. Voila!

    Having said that, you should have installed the MSDN library along with your IDE, so the entire Framework class library reference is available locally. The online documentation should not be necessary for that purpose, although it is useful for other things. Also, if you have a permanent connection your local MSDN library can access the on-line documentation as an adjunct to the local version.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: C# API Documentation - Where Is It Located online?

    Isn't the .Net Framework SDK Kit installed automatically when you install the Framework??

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: C# API Documentation - Where Is It Located online?

    Quote Originally Posted by Harsh Gupta
    Isn't the .Net Framework SDK Kit installed automatically when you install the Framework??
    The .NET Framework SDK is not the MSDN library.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: C# API Documentation - Where Is It Located online?

    I never said that SDK Kit is MSDN, but isn't SDK provide the details of all the available .Net classes??

    I have 2003 installed, so many classes mentioned in the site is not available to me, but 2005 should have all of them.
    Show Appreciation. Rate Posts.

  6. #6

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    41

    Smile Re: C# API Documentation - Where Is It Located online?

    Thanks for the help jmcilhinney
    Using: VB.net + C#.net 2005 Express Editions + .Net Framework 2.0

    ~ Man Is The Warmest Place To Hide ~

  7. #7
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: C# API Documentation - Where Is It Located online?

    Quote Originally Posted by Harsh Gupta
    I never said that SDK Kit is MSDN, but isn't SDK provide the details of all the available .Net classes??

    I have 2003 installed, so many classes mentioned in the site is not available to me, but 2005 should have all of them.
    My apologies. It appears that the .NET Framework 1.1 SDK does install documentation that includes the entire class library reference. The .NET Framework 2.0 SDK appears not to, or at least not as it's installed as part of VS 2005 anyway. I'm not sure if it might be different if you installed the SDK alone.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width