Namespaces in .NET are meant to
- Group logical pieces of code together
- Prevent conflicts caused by use of common names
That said it's fairly open for doing naming that is interesting, funny or just different.
Do you have any examples of these different names?
I am not looking for Good namespace naming - rather the fun or different side, even if it goes against proven practices.