0
Answer

few simple question about namespaces?

Jay

Jay

15y
2.4k
1
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