design - .NET: How do you decide how to structure your Namespaces? -


I am thinking that what directions are you using to determine the structure for your namespaces When do you decide on your namespace of some warrants?

I have read in a forum discussion or article that one of the best exercises is to go for a shallow tree, as much as possible some children may not remember the namespace, but the logic can not be followed or linked .

Now I am doing what is 'right' but will like some more solid guidelines to clarify new developers.

Thank you.

In Microsoft, .. ..


Comments

Popular posts from this blog

ios - Form Sheet content disappearing -

MySql variables and php -

php - Laravel - Overriding a resource route into a different route filter group -