Any Good .NET Framework 2.0 Documentation

  • Thread starter Thread starter John Keers
  • Start date Start date
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
 
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 :8-) google around with appropriate keywords and you will get the info....
--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
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.
 
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
 
Back
Top