Downloadable namespace libraries for reference
Hi,
does anyone know of a downloadable file that stores all the system namespace references or definitions?
Throughout the books for c# in particular there are loads of uses of system namespaces. I am hoping to do two things:
1 - when a namespace is referenced in exercises I can use the library to see what other properties for the used namespaces are there.
2 - so I can lookup everything under a particular namespace to see if there is something useful I can use when developing something from scratch.
Basically I am only familiar with what the exercises in the books are using and I would like to find out what else is available. The prompter in visual studio does work but I find that I need to know what the parent namespace is before I can find what I am looking for. If it was available in an MSDN downloadable file or something it would be useful.
Is this available in visual studio help online or something like that?
Thanks.
|