0 votes
in C Sharp by
Namespace naming convention in C#.Net?

1 Answer

0 votes
by

<Company>.(<Product>|<Technology>)[.<Feature>][.<Subnamespace>]

Give company name as prefix to the namespace, Sometimes one project using many companies name spaces so that it is very useful

Do use pascal casing for namespace components

Ex: Microsoft.Office.PowerPoint

...