0
Reply

few simple question about namespaces?

Jay

Jay

May 31 2009 8:26 AM
2.1k
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