views:

552

answers:

1

I know how to add methods to the MY namesapce, but what I'd like to do is create my own namespaces. For example. My.Nation.State.City.Restraunt or whatever.

+1  A: 

See msdn or codeproject. I believe what you want would come under the "Adding Custom Objects to the My Namespace" umbrella.

Marc Gravell
Thanks. The docs helped me figure out this was someting I didn't want to do and why. Sometimes knowing what not to do is worth as much as knowing what to do. I really appreciate the help.
Jeff