文章分类 -  CLR

摘要:High Memory Usage Garbage Collection Question [message #889790] Fr, 22 Juli 2005 12:18 Ian Taite Hello,I'm exploring why one of my C# .NET apps has "high" memory usage, andwhether I c... 阅读全文
posted @ 2005-10-22 22:49 dudu 阅读(1138) 评论(0) 推荐(0)
摘要:Source: http://msdn.microsoft.com/msdnmag/issues/03/06/Bugslayer/default.aspxDownload the code for this article: Bugslayer0306.exe (119KB) H idden deep inside the Microsoft® .NET Framework 1.1 ... 阅读全文
posted @ 2004-07-17 13:36 dudu 阅读(1837) 评论(1) 推荐(0)
摘要:C# Delegates strike back My last article (The dark side of C# Delegates) detailled how delegates are declared, instanciated and invoked. We have seen the role of the compiler, through analysis of dis-... 阅读全文
posted @ 2004-05-23 19:30 dudu 阅读(1457) 评论(0) 推荐(0)
摘要:The dark side of C# Delegates This article assumes basic programming experience with delegates. Delegates are a .NET framework feature that allows for type-safe function pointers. Actually, they are a... 阅读全文
posted @ 2004-05-23 19:01 dudu 阅读(2774) 评论(0) 推荐(0)
摘要:http://www.microsoft.com/taiwan/msdn/columns/DoNet/loader.htm 大內高手專欄: 程式的啟動與載入 作者:蔡學鏞 2004 年 3 月 .NET PE 檔如何將控制權交給 .NET CLR?在進入 Main() 之前,.NET CLR 做了哪些事?.NET 組件 (assembly) 與模組 (module) 是如何被載入記憶體的?... 阅读全文
posted @ 2004-05-15 21:46 dudu 阅读(2474) 评论(1) 推荐(0)