Any Good .NET Framework 2.0 Documentation

J

John Keers

Hi,

I'm a .NET developer and I want to learn and understand what is happening
"under the hood" of the .NET Framework 2.0 to improve my applications and
transfer knowledge to my colleagues. The CLR, Garbage collection etc etc....

Does anyone know of any good papers or documentation I can download?

Thanks in advance
 
V

Vadym Stetsyak

Hello, John!

JK> I'm a .NET developer and I want to learn and understand what is
JK> happening "under the hood" of the .NET Framework 2.0 to improve my
JK> applications and transfer knowledge to my colleagues. The CLR, Garbage
JK> collection etc etc....

JK> Does anyone know of any good papers or documentation I can download?

Generally whole Internet is full of such materials, as a starting point you can start from the docs that MS provides. They are in the form of articles...

Take a look at
( http://msdn.microsoft.com/netframework/ )

You can also dig into technical articles archieve at MSDN...

P.S. not only MS docs are good ::cool: google around with appropriate keywords and you will get the info....
--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
J

John Keers

Hi Vadym,

I'm looking on MSDN right now. I was told there ws one good paper of about
1500 pages which covered everything you would ever need ot know.
Unfortunately I dont know the authors name. Anyway thanks for the tip.
 
M

Mattias Sjögren

I'm looking on MSDN right now. I was told there ws one good paper of about
1500 pages which covered everything you would ever need ot know.
Unfortunately I dont know the authors name. Anyway thanks for the tip.

I don't know any papers that long, but here are some other resources.

ECMA-335, The CLI standard
http://www.ecma-international.org/publications/standards/Ecma-335.htm

CLR via C#
http://www.microsoft.com/MSPress/books/6522.asp

Essential .NET, Volume I: The Common Language Runtime
http://www.amazon.com/gp/product/0201734117/


Mattias
 

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

Top