Results 1 to 2 of 2

Thread: Classes and root namespace

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2004
    Posts
    3

    Classes and root namespace

    Hi,

    I am currently learning to create vb.net classes using visual studio 2003 and have a question about naming classes.

    Under the class properties you have to enter the class "Root Namespace" is there a standard as to what you call the your class's. Also is ther a standard as to what you call your class.dll which you include as a reference.

    A point to some great docs would be great as I cannot find any yet

    Thanks for your help

    Joolz
    VB.NET Beginner

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Namespaces are mainly for categorizing your classes so you would give it a namespace relative to its purpose or functionality. You should look at the .NET Framework itself to find examples of this and how Microsoft did it.

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