Jul 27, 2007

Namespace Naming

Just came across an MSDN article talking about namespace naming guidelines under http://msdn2.microsoft.com/en-us/library/893ke618(VS.71).aspx

In summary:

namespace <companyname>.<product>.<feature>.<sub-feature>


So think twice when your namespaces should fit for the next ten years.

No comments:

Post a Comment