VB.NET automatically prefixes the root namespace set in the project properties to the namespace of each class. This is different from C#, where the full namespace must be declared each time.
Is it possible to override this behaviour, creating a namespace outside of the root namespace?