Probably down to preference but I was just after some of your thoughts; I have a scenario where I am working with two 3rd party companies (possibly more in the future) and we provide a service for said companies via individual business logic within the same technology.
Would my namespaces be better laid out like this:
MyCompany.Technology.OtherCompany1
MyCompany.Technology.OtherCompany2
or like this:
OtherCompany1.Technology
OtherCompany2.Technology
Thnx.