Namespace usage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to figure out the best way to structure my code and how to use
namespaces to organize it. I'm working on an application that will have a
plugin architecture. It will have a main frontend application and some
shared interfaces and utility classes. Then there will be the plugins
themselves. The plugins will be standalone, so I don't need to include them
in a namespace. However, I am thinking that I need a namespace for the main
app and the shared assemblies. I've read through several books, and done
some googling, but I haven't found anything that does much more than explain
what namespaces are and then go on to describe the .NET namespaces. Nothing
seems to explain the strategies of using namespaces in my own applications.
Can anyone point me to some source of info on this?

Thanks!
 
Back
Top