hi,
how are namespaces distributed in assemblies?
is there only one dll which comtains all the namespaces with "system"
namespace as root of all the namespaces or there are different assemblies
that has namespaces that come under system namespaces.
if there are more than one assemblies for the .net framework api ,then how
is it handled.
say how can "data" namespace come under "system" namespace being in
different assembly.
how the hierarchy is maintained.

regards
amit

Re: namespaces hierarchy by Dennis

Dennis
Mon Sep 15 07:52:19 CDT 2003

Hi Amit,

As far as I know, multiple assemblies can contribute new types to the
same namespace. For example, within my project, we have multiple
assemblies with the same namespace. Typically, this namespace has the form

<company>.<technology/division>.<free>.<free2>

The first two should be used to identify the company and the division.
The last two are used to divide the namespaces based on whatever you
feel like (e.g. software archive name and subnames).


Amit bhavsar wrote:
> hi,
> how are namespaces distributed in assemblies?
> is there only one dll which comtains all the namespaces with "system"
> namespace as root of all the namespaces or there are different assemblies
> that has namespaces that come under system namespaces.
> if there are more than one assemblies for the .net framework api ,then how
> is it handled.
> say how can "data" namespace come under "system" namespace being in
> different assembly.
> how the hierarchy is maintained.
>
> regards
> amit
>
>
>
>


--
Dennis Doomen
Sioux T.S.O. Netherlands

dennis.doomen@sioux.nl


namespaces hierarchy by Dolly

Dolly
Mon Sep 15 09:15:46 CDT 2003

You may find the url
http://www.ondotnet.com/pub/a/dotnet/excerpt/vbcoreclass_1/
index3.html useful

Regards,
Dolly

Re: namespaces hierarchy by Gurudev

Gurudev
Tue Sep 16 00:07:30 CDT 2003

namespaces are logical arrangements and not physical file entities...

--
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gurudev
Software Engineer, NetKraft,
Bangalore, India.
e-me: gurudev.p@net-kraft.com
____________________________________________
"Amit bhavsar" <amitbhavsar@hotmail.com> wrote in message
news:%23N$SC63eDHA.900@TK2MSFTNGP11.phx.gbl...
> hi,
> how are namespaces distributed in assemblies?
> is there only one dll which comtains all the namespaces with "system"
> namespace as root of all the namespaces or there are different assemblies
> that has namespaces that come under system namespaces.
> if there are more than one assemblies for the .net framework api ,then
how
> is it handled.
> say how can "data" namespace come under "system" namespace being in
> different assembly.
> how the hierarchy is maintained.
>
> regards
> amit
>
>
>
>