I
Ian
Hi there,
I am designing a application that has many different parts to it i.e.
Database read and write, Encryption classes, printing functionality. etc etc
I have created a standard namespace i.e. mycompanyname.myapplication
Is it better to then create a new name space for database and encryption
parts i.e.
mycompanyname.myapplication.encryption
mycompanyname.myapplication.database
or is it better to stick everything in one name space??
I am also thinking about designing some seperate dll's (modules) for the
app, what naming convention should i use for the name space here i.e. just
mycompanyname.myapplication or drop down to
mycompanyname.myapplication.mydllFunctionality
Any help or guidance would be gratefully appreciated
Thanks
Ian
I am designing a application that has many different parts to it i.e.
Database read and write, Encryption classes, printing functionality. etc etc
I have created a standard namespace i.e. mycompanyname.myapplication
Is it better to then create a new name space for database and encryption
parts i.e.
mycompanyname.myapplication.encryption
mycompanyname.myapplication.database
or is it better to stick everything in one name space??
I am also thinking about designing some seperate dll's (modules) for the
app, what naming convention should i use for the name space here i.e. just
mycompanyname.myapplication or drop down to
mycompanyname.myapplication.mydllFunctionality
Any help or guidance would be gratefully appreciated
Thanks
Ian