0 votes
in C Sharp by
Names of Assemblies and DLLs naming convention in C#.Net??

1 Answer

0 votes
by

Following same Name convention like Namespace 

<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 Jul 29, 2021 in Artifactory by rajeshsharma
0 votes
0 votes
0 votes
asked Dec 8, 2019 in Dot Net by Sinaya
...