S
shapper
Hello,
I have been working on a project which has the following namespaces:
bNET
bNET.Blogger
bNET.FAQ
....
bNET will have a Configuration Class for Web.Config and other common
classes
bNET.Blogger will have classes to communicate with a database and a
few web controls, all related to my Blogger projects
....
I will always need to deliver bNET to my clients.
Sometimes I will deliver one or more than one of the other class
libraries.
My question is:
Should I create a project for each namespace and then compile them
individually?
In this case I would deliver, for example, bNET.dll, bNETBlogger.dll,
etc.
Or should I do everything on the same project?
And there maybe the is an option to only compile a part of it ...
Anyway, could someone advice me on this?
I really have no idea of how should organize this.
Thanks,
Miguel
I have been working on a project which has the following namespaces:
bNET
bNET.Blogger
bNET.FAQ
....
bNET will have a Configuration Class for Web.Config and other common
classes
bNET.Blogger will have classes to communicate with a database and a
few web controls, all related to my Blogger projects
....
I will always need to deliver bNET to my clients.
Sometimes I will deliver one or more than one of the other class
libraries.
My question is:
Should I create a project for each namespace and then compile them
individually?
In this case I would deliver, for example, bNET.dll, bNETBlogger.dll,
etc.
Or should I do everything on the same project?
And there maybe the is an option to only compile a part of it ...
Anyway, could someone advice me on this?
I really have no idea of how should organize this.
Thanks,
Miguel