R
Richard Brown
I think I might be on track to a misnomer that I keep running into.
A lot of the assemblies that I reference are named "System",
"System.Drawing", etc. There are dlls, ie, system.dll and
system.drawing.dll", etc. However, in my Imports statements, I also use
Import System and Import System.Drawing, which I assume are 'namespaces'.
So, is it that Microsoft just wanted to confuse us by naming them the same,
or is there some direct relation?
For example, if I have...
Begin Namespace MyNamespace.SubSpace
End Namespace
Can I put that in an assembly called 'core.dll'. So I would reference Core,
but Import MyNamespace.SubSpace?
Although not a big deal, I think I would like to keep the dll names a little
bit different than the actually namespaces, such as "spcore", "spui",
"spetc"...
A lot of the assemblies that I reference are named "System",
"System.Drawing", etc. There are dlls, ie, system.dll and
system.drawing.dll", etc. However, in my Imports statements, I also use
Import System and Import System.Drawing, which I assume are 'namespaces'.
So, is it that Microsoft just wanted to confuse us by naming them the same,
or is there some direct relation?
For example, if I have...
Begin Namespace MyNamespace.SubSpace
End Namespace
Can I put that in an assembly called 'core.dll'. So I would reference Core,
but Import MyNamespace.SubSpace?
Although not a big deal, I think I would like to keep the dll names a little
bit different than the actually namespaces, such as "spcore", "spui",
"spetc"...