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

Related questions

0 votes
asked Jun 16, 2020 in C Sharp by Hodge
0 votes
asked May 20, 2020 in C Sharp by GeorgeBell
...