|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Any Good .NET Framework 2.0 DocumentationHi,
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.... 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. Show quote "Vadym Stetsyak" <vady***@ukr.net> wrote in message news:uxwwsrNVGHA.5288@TK2MSFTNGP14.phx.gbl... > 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 >I'm looking on MSDN right now. I was told there ws one good paper of about I don't know any papers that long, but here are some other resources.>1500 pages which covered everything you would ever need ot know. >Unfortunately I dont know the authors name. Anyway thanks for the tip. 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 -- Mattias Sjögren [C# MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup. |
|||||||||||||||||||||||