Hi, im building a generic articles framework and my namespace names are clashing with my entities:
Namespace: MyCompany.Articles.Modules
Class: Articles, Article
Any suggestions to how this can be avoided? According to MS I should use the following format: <Company>.(<Product>|<Technology>)[.<Feature>][.<Subnamespace>]
.
Thanks.