StrataFrame Forum

Namespace naming convention

http://forum.strataframe.net/Topic8405.aspx

By Chan - 4/22/2007

 Hi,
Which namespace naming convention is more prefered?

CompanyName.Product.Module.UI
CompanyName.Product.UI.Module
CompanyName.Product.Module.BusinessObject
CompanyName.Product.BusinessOject.Module


Thank you
By Trent L. Taylor - 4/23/2007

We generally go with the model:

Company.Product.Module.UI
Company.Product.Module.Business

We do not generally include the word "Objects" in the business namespace so that anything related to business can be included.