Searching the .Net Namespaces for Functionality

  • Thread starter Thread starter January Smith
  • Start date Start date
J

January Smith

I am new to the .Net framework and finding it difficult to determine the
namespace in which I might find a particular functionality. I feel certain
that I will eventually develop a 'feel' for where to look, but until then I
was wondering if anyone could share any techniques or other resources for
searching the .Net libraries.

Thanks,
January
 
Yea, that returns almost too much information...

I guess I was wondering if there were any good resources that might map
common tasks or functionality to their associated .Net namespace and object.

On the other end of the spectrum the .Net namespace Class Library reference
seems a little limited, with not much more than a namespace name and a short
description.

Thanks,
January
 
I am new to the .Net framework and finding it difficult to determine
the namespace in which I might find a particular functionality. I
feel certain that I will eventually develop a 'feel' for where to
look, but until then I was wondering if anyone could share any
techniques or other resources for searching the .Net libraries.

Yes, that is what the newsgroups are for. Just tell us what task you need
to accomplish, and we'll give you direction on what to look at.

Michael Lang, MCSD
 
Back
Top