Reference for .NET

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

    Reference for .NET

    I used to do some work in PHP and it was very easy because I found
    everything I needed on their web site. If you searched for "file system" in
    the function list it showed you all yhe available functions for work with
    the file system. I am having a hard time with VB .NET beacuse I can't seem
    to find what I need. For example I need to get the free disk space from a
    hard drive, I searched the help for it but no luck. Is there a site or some
    software that provides better help for functions ?
    PS. In VB6 I had an application that contained the API library, sorted by
    catogory and with an example for every one, really easy to find what was
    needed.


  • Joshua Flanagan

    #2
    Re: Reference for .NET

    The .NET SDK and Visual Studio .NET both come with complete reference
    documenation. They don't have examples for every possible method, but they
    at least give you the definition.
    The docs are also available online at MSDN


    There are tons of good examples all over the web. Use google.com.

    Using google, I found this article that would probably help you with that
    specific scenario.



    "Pastia Radu" <radupastia@hot mail.com> wrote in message
    news:ueBbq5JkDH A.2528@TK2MSFTN GP10.phx.gbl...[color=blue]
    > I used to do some work in PHP and it was very easy because I found
    > everything I needed on their web site. If you searched for "file system"[/color]
    in[color=blue]
    > the function list it showed you all yhe available functions for work with
    > the file system. I am having a hard time with VB .NET beacuse I can't seem
    > to find what I need. For example I need to get the free disk space from a
    > hard drive, I searched the help for it but no luck. Is there a site or[/color]
    some[color=blue]
    > software that provides better help for functions ?
    > PS. In VB6 I had an application that contained the API library, sorted by
    > catogory and with an example for every one, really easy to find what was
    > needed.
    >
    >[/color]


    Comment

    • Joshua Flanagan

      #3
      Re: Reference for .NET

      The .NET SDK and Visual Studio .NET both come with complete reference
      documenation. They don't have examples for every possible method, but they
      at least give you the definition.
      The docs are also available online at MSDN


      There are tons of good examples all over the web. Use google.com.

      Using google, I found this article that would probably help you with that
      specific scenario.



      "Pastia Radu" <radupastia@hot mail.com> wrote in message
      news:ueBbq5JkDH A.2528@TK2MSFTN GP10.phx.gbl...[color=blue]
      > I used to do some work in PHP and it was very easy because I found
      > everything I needed on their web site. If you searched for "file system"[/color]
      in[color=blue]
      > the function list it showed you all yhe available functions for work with
      > the file system. I am having a hard time with VB .NET beacuse I can't seem
      > to find what I need. For example I need to get the free disk space from a
      > hard drive, I searched the help for it but no luck. Is there a site or[/color]
      some[color=blue]
      > software that provides better help for functions ?
      > PS. In VB6 I had an application that contained the API library, sorted by
      > catogory and with an example for every one, really easy to find what was
      > needed.
      >
      >[/color]


      Comment

      Working...