Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Where can I find details of namespaces?

Where can I find details of namespaces?

Scheduled Pinned Locked Moved C#
csharpc++tutorialquestionlearning
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tom76
    wrote on last edited by
    #1

    I would like to know of a resource that has details on available namespaces. for example in C++ I'd use iostream.h for i/o operations, but in C# I do not know what I would use (all I know are System and Collections, but no details on the functions within them). Can anyone suggest somewhere? Obseve everything, remember more...

    N J 2 Replies Last reply
    0
    • T tom76

      I would like to know of a resource that has details on available namespaces. for example in C++ I'd use iostream.h for i/o operations, but in C# I do not know what I would use (all I know are System and Collections, but no details on the functions within them). Can anyone suggest somewhere? Obseve everything, remember more...

      N Offline
      N Offline
      Nick Parker
      wrote on last edited by
      #2

      Two sources that I would recommend: .NET Framework Documentation[^], Reflector[^]. Read the documentation, ask questions about things that are unclear. HTH :)

      -Nick Parker DeveloperNotes.com

      1 Reply Last reply
      0
      • T tom76

        I would like to know of a resource that has details on available namespaces. for example in C++ I'd use iostream.h for i/o operations, but in C# I do not know what I would use (all I know are System and Collections, but no details on the functions within them). Can anyone suggest somewhere? Obseve everything, remember more...

        J Offline
        J Offline
        J Dunlap
        wrote on last edited by
        #3

        Nick's advice is what I would give you, too. But I wanted to throw in some things here: You'll also want to read articles on sites like this one and C-Sharp-Corner[^]. tom76 wrote: in C++ I'd use iostream.h for i/o operations, but in C# I do not know what I would use System.IO has many helpful classes for this - File and FileInfo for working with files, Directory for working with directories, Path for working with paths, and FileStream, TextWriter, TextReader, StreamReader, StreamWriter, etc for reading and writing to files.

        **"It is impossible to rightly govern the world without God and the Bible." -- George Washington

        FLUID UI Toolkit | FloodFill in C# & GDI+**

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups