Is there a canonical source for learning C# and .NET internals?
Posted
by
ta269uec
on Programmers
See other posts from Programmers
or by ta269uec
Published on 2011-08-23T16:06:15Z
Indexed on
2012/03/22
17:42 UTC
Read the original article
Hit count: 207
I have been a C++ programmer for last several years with a bit of C# here and there. In my latest job, I work heavily on C#. I picked most of my C# by following the code-base or random google searches on what I wanted to do at that point (like threading in C#).
I feel a time has come to invest some time into understanding the language internals and also understanding the .NET framework from an architectural point of view.
Can someone recommend the "gold standard" text/resource for accomplishing these? What about that resource makes it the best? What were your experiences with it?
© Programmers or respective owner