程序员思想

专注互联网技术分享,以及码代码之外的成长话题。

摘要: You'd have thought that memory leaks were a thing of the past now that we use .NET. True, but we can still hit problems. We can, for example, prevent memory from being recycled if we inadvertently hold references to objects that we are no longer using. However, there is another serious memory problem in .NET that can happen out of the blue, especially if you are using large object arrays. Andrew Hunter explains... Usually, .NET developers don’t need to think too much about how their objects a 阅读全文
posted @ 2014-10-29 15:49 12饕餮21 阅读(289) 评论(0) 推荐(0) 编辑