473,385 Members | 1,673 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Description of each .NET Framwork Classes

Hi All!

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
Nov 16 '05 #1
7 1145
* "Don Wash" <do*@wash.com> scripsit:
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?


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/>
Nov 16 '05 #2
Hi Herfried!

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]" <hi***************@gmx.at> wrote in message
news:2k************@uni-berlin.de...
* "Don Wash" <do*@wash.com> scripsit:
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?


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/>

Nov 16 '05 #3
Hi Herfried K. Wagner,

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 :)
"Herfried K. Wagner [MVP]" wrote:
* "Don Wash" <do*@wash.com> scripsit:
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?


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/>

Nov 16 '05 #4
* "Don Wash" <do*@wash.com> scripsit:
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.


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).

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 16 '05 #5
Hi Don Wash,

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:
* "Don Wash" <do*@wash.com> scripsit:
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.


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).

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 16 '05 #6
In news: eG**************@TK2MSFTNGP09.phx.gbl,
Don Wash <do*@wash.com> wrote:
... websites OR books
that explain each of the .NET Framwork Classes in detail?


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
ci**************@mvps.org www.cindywinegarden.com

Nov 16 '05 #7
You could also try out http://www.msdn.com

--
Sriram Krishnan
Microsoft Student Ambassador
http://www.,dotnetjunkies.com/weblog/sriram
"Don Wash" <do*@wash.com> wrote in message
news:eG**************@TK2MSFTNGP09.phx.gbl...
Hi All!

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

Nov 16 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: sunrat | last post by:
After installing .NET Framework SP1, I find that re-compiling Visual C++.NET code with Visual Studio 2003 (v 7.1.3088) that previously compiled successfully gives rise to two errors: C2039:...
1
by: David Nash | last post by:
I am writing a very large class with 150+ properties. The number of properties and overrides is making the class hard to understand for other developers. I would like to be able to give a...
3
by: bluekite2000 | last post by:
Currently, whenever I write a new function, I have to copy and paste /****************************************************************** * description of function...
8
by: doomx | last post by:
I'm using SQL scripts to create and alter tables in my DB I want to know if it's possible to fill the description(like in the Create table UI) using these scripts. EX: CREATE TABLE(...
7
by: Don Wash | last post by:
Hi All! 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...
3
by: Sam | last post by:
Hi, When a function of the framwork is being called by an object of its class, a tooltip pops up on the screen with the definition of the function as well as a description of what the function...
4
by: David Thielen | last post by:
Hi; If I am using master pages, how do I set the <title> and <meta name='description' content='my title'> for each page. Obviously each page will have a different title & description. --...
2
by: Mihai | last post by:
How I can put some description in Properties and functions of a classes ? I want when I create an instance of this class to see them exactly how VB.Net is doing ?For example for each parameter of...
2
by: jadavmanoj | last post by:
what is Framwork? How many web framwork and stand alone Framwork?
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.