I'm new to .NET and I've made a few searches on the net and finally found
that the key to understand Microsoft .NET development process is to
understand Microsoft .NET Framework classes and each of their purposes. It
doesn't matter what language I use (either VB.NET, C#, or any other
languages).
So I'm just wondering if you could point me out the websites OR books that
explain each of the .NET Framwork Classes in detail?
Many thanks in advance!
Don
You will find the documentation of the classes here:
<URL:http://msdn.microsoft.com/library/en-us/cpref/html/cpref_start.asp>
--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Thanks for the reply. Obviously there are quite a few classes under .NET
Framework for various purposes. Can you give me any tips on memorizing all
of them? Obviously it is hard to swallow all at once. Do you have any
methodology to remember them all? If so please share.
Cheers,
Don
"Herfried K. Wagner [MVP]" <hirf-spa...@gmx.at> wrote in message
news:2knusaF...@uni-berlin.de...
You might want to check this. There is no explanation, but you can roughly see what are the classes within .NET Framework itself.
Anakrino
http://www.saurik.com/net/exemplar/
Reflector for .NET
http://www.aisto.com/roeder/dotnet/
Hope it helps. Good Luck!
--
Regards,
Chua Wen Ching :)
I simply don't remember all of them. Instead, I know where to find what
in the .NET Framework (namespaces containing the classes) and then have
look at the namespace using MSDN documentation or object browser (inside
the IDE).
I agree with Herfried. It is kind of impossible to memorize all. First of all, you don't use everything.
If you can't remember the classes, check for msdn.
Hope it helps.
--
Regards,
Chua Wen Ching :)
"Herfried K. Wagner [MVP]" wrote:
Hi Don,
For books try "Microsoft .NET Framework 1.1 Class Library Reference Volumes
1-4: System" (ISBN 0735615551) and "Microsoft .NET Framework 1.1 Class
Library Reference Volume 5: System.Web" (ISBN 073561816X). These books are
large and expensive but provide an easy way to work through the framework in
a systematic way.
You'll also find basic information in the Object Browser, but to me the best
part is how you can see the hierarchy in the tree on the left.
--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy.wi...@mvps.org www.cindywinegarden.com
--
Sriram Krishnan
Microsoft Student Ambassador
http://www.,dotnetjunkies.com/weblog/sriram
"Don Wash" <d...@wash.com> wrote in message
news:eGOBQcQY...@TK2MSFTNGP09.phx.gbl...