prowla2003
Newcomer
- Joined
- Jun 18, 2003
- Messages
- 10
any ideas on this... i've got a web application and was thinking of having namespaces like...
companyname.datamanager
companyname.booking
companyname.vehicle
these would also be the class names or very similar to...
there are a many examples with namespaces such as
companyname.datatier.booking
companyname.datatier.vehicle
i dont see the point in this... maybe there is when you have bigger applications than we have... or if you ever intend to split the different tiers on to different machines.. which i dont ever see happening
any data managing happens in the datamanager class/namespace
do i really need to split the namespaces the "Microsoft" way??
are there any other good reasons or articles people know of on how to organise things?
companyname.datamanager
companyname.booking
companyname.vehicle
these would also be the class names or very similar to...
there are a many examples with namespaces such as
companyname.datatier.booking
companyname.datatier.vehicle
i dont see the point in this... maybe there is when you have bigger applications than we have... or if you ever intend to split the different tiers on to different machines.. which i dont ever see happening
any data managing happens in the datamanager class/namespace
do i really need to split the namespaces the "Microsoft" way??
are there any other good reasons or articles people know of on how to organise things?