infomation about namespace in C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rashmi55
    New Member
    • Mar 2010
    • 3

    infomation about namespace in C#

    Respected sir tlhintoq,
    i really don't know about how to ask question. sorry for asking like order. it will never happen again. I want to know briefly about namespace in C#.
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    There are entire books written about the many C# namespaces.
    You'll have to be more specific about what you are confused about.

    If you are simply asking "What is a namespace?" that is a good question for Google, or your professor.

    For all those people who find it more convenient to bother you with their question rather than to Google it for themselves.

    Comment

    • SammyB
      Recognized Expert Contributor
      • Mar 2007
      • 807

      #3
      A Namespace is sort of like a file folder: it helps you stay organized. So, you can have curry in the Thai folder (Namespace) and curry in the India folder (Namespace) and know that they are entirely different. Moreover, if you are only dealing with Thai cooking (in the Thai Namespace), you can just refer to curry and everyone will know that you mean Thai curry. HTH --Sam

      Comment

      Working...