Microsoft namespace

  • Thread starter Thread starter Joe Abou Jaoude
  • Start date Start date
J

Joe Abou Jaoude

I was reading in the .Net Book of the MS Press, and they said that the
system namespace is the root of all namespaces and classes in the .Net
class library.
However I noticed the existence of the Microsoft namespace which is not
part of the System namespace.
So is the System namespace still considered the root of the .Net class
library ? isn't the Microsoft namespace part of the .Net class library ?
or has the Microsoft namespace been added recently after the .Net book
of the MS Press was written ?

Regards
 
Joe Abou Jaoude said:
I was reading in the .Net Book of the MS Press, and they said that the
system namespace is the root of all namespaces and classes in the .Net
class library.
However I noticed the existence of the Microsoft namespace which is not
part of the System namespace.
So is the System namespace still considered the root of the .Net class
library ? isn't the Microsoft namespace part of the .Net class library ?
or has the Microsoft namespace been added recently after the .Net book
of the MS Press was written ?

Your question would fit better into a general .NET Framework group.

As far as I know, the 'System' namespace contains classes that will/should
be available in all implementations of the .NET Framework and may be
standardized in the current version sooner or later. The 'Microsoft'
namespace contains Microsoft-specific classes that sometimes are strongly
related to the Windows operating system and Microsoft technologies.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top