few simple question about namespaces?
Are they equivalent to Java's package?
In Java you can create multi new package for one project but in C# it appears to me that you can only have 1 defined namespace for the project you created in visual studio IDE..
So how do you make new namespaces within the one project?
Thanks in advance