Is there any limit on number of classes that a namespace can have in .NET?

Viewed 6725

Is there any limit on number of classes that a namespace can have in .NET? Further what is the recommended number of classes that there should be in a namespace?

8 Answers
Related