|
-
Mar 4th, 2004, 05:27 AM
#1
Thread Starter
New Member
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
-
Mar 4th, 2004, 10:53 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|