CharlesChen's Technical Space

简单实用是我一直在软件开发追求的目标(I Focus on. Net technology, to make the greatest efforts to enjoy the best of life.)
Not the best, only better
  博客园  :: 首页  :: 联系 :: 订阅 订阅  :: 管理

2010年4月17日

摘要: Even though with the .NET framework we don't have to actively worry about memory management and garbage collection (GC), we still have to keep memory management and GC in mind in order to optimize the performance of our applications. One of the things we need to be aware of is how the Common Language Runtime (CLR) deals with references to value types. 尽管在.Net框架里,我们不需要为内存管理以及垃圾收集操心,但我们还是应该了解他们,来优化我们的应用程序。其中之一便是,CLR是如何处理值类型引用的。 阅读全文

posted @ 2010-04-17 12:25 Charles Chen 阅读(502) 评论(0) 推荐(1) 编辑