代码改变世界

随笔档案-2010年9月6日

.NET Execution Model

2010-09-06 15:53 by Johnny Qian, 480 阅读, 收藏,
摘要: Today's post will continue the quest of answering the "How .NET works?" question exactly where previous post stopped, at .NET assembly structure. In case you haven't read that post already, I suggest you to do that before proceeding with this post. 阅读全文

.NET Assembly Structure

2010-09-06 15:48 by Johnny Qian, 706 阅读, 收藏,
摘要: Every once in a while, I've been asked by a non .NET developer (VB6, C++ etc) to explain "how .NET works, how GC works, why boxing is bad etc". I'm usually trying to find a link and save some of my time but for some of the subjects i am not able to find the appropriate ones (either they are too wide or too short and partial in presenting answers). Therefore, to save me some time in a future repeating the same whiteboard session I decided to make a couple of blog post explaining .NET foundations 阅读全文