I am creating a namespace to store a set of classes that will handle user related tasks for several different applications. (Login, authentication, etc.)
The problem is that the namespace will be called Fusion.User , but then it requires a class in this namespace, which makes sense to call User .
If you have a class with the same name as the namespace? Or am I using the wrong approach here?
Peter Bridger
source share