J
Jeff Jarrell
Correct me if I am wrong but doesn't C# handle the "root namespace" on the
project properties differently than vb.net?
In vb.net, I have setting the root namespace on the project properties.
Then for the most part I don't need an explicit namespace in each class. If
I do specify a namespace, then the root namespace is prepended to the
explicit one specified in the class.
Seems like in C#, if I am explicit in the file that is the namespace I get.
I don't seem where the root namespace on the project properties comes into
play. Yet I can't blank it out.
comments.
Thanks,
jeff
project properties differently than vb.net?
In vb.net, I have setting the root namespace on the project properties.
Then for the most part I don't need an explicit namespace in each class. If
I do specify a namespace, then the root namespace is prepended to the
explicit one specified in the class.
Seems like in C#, if I am explicit in the file that is the namespace I get.
I don't seem where the root namespace on the project properties comes into
play. Yet I can't blank it out.
comments.
Thanks,
jeff