Let's say I own a domain called www.john-doe.com
. How would I write an appropriate namespace in C#?
Is it Com.John_Doe.<product-name>
?
All I read about C# namespace convetions is that it should use PascalCase. But what about the minus sign? Is it appropriate to write an underscore for it?