CLR 管理TOOLS:
1)(推荐) CLR Profiler (Allocation Profiler)来诊断内存泄露;微软公司提供,免费.
2) (推荐) ANTS Profiler: 可以对桌面和网络应用提供解析,最新的版本据说可以支持Windows Vista。
DevPartner 性能分析软件: 能够支持.NET,也能支持过去的COM, COM+和ASP技术。
NProf: 免费的开源解析器。它和其他开源软件一样,文档比较有限。
dotTrace Profiler JetBrains http://www.jetbrains.com/profiler/
3) Reflector http://www.aisto.com/roeder/dotnet/ .NET平台下极好的反编译工具。
4) 有.net的十个必备工具 (http://www.csharpfriends.com/statics/tools.aspx)
提供了一份全面的工具列表:http://bbs.pediy.com/archive/index.php?t-14250.html
----------------------------------------------------------------
资料来源:学网(www.xue5.com),原文地址:http://www.xue5.com/itedu/200802/110884.html
基本原理 参考资料:
0) (强烈推荐) 关于CLR内存管理一些深层次的讨论[下篇] http://www.cnblogs.com/artech/archive/2010/10/20/1857086.html
1) .NET 中所谓的“托管”和应用程序域 AppDomain VS 进程 Thread http://blog.sina.com.cn/s/blog_49491da30100043x.html
2) .NET本质论(Essential .NET)
3) (推荐) 从逆向的角度看几个.NET的基本概念 http://www.pediy.com/bbshtml/bbs8/pediy8-315.htm
4) 深入探索.NET框架内部了解CLR如何创建运行时对象
http://www.microsoft.com/china/MSDN/library/netFramework/netframework/JITCompiler.mspx?mfr=true
5) Essential Booklist of .Net Framework http://kb.cnblogs.com/a/293581/
6) 学习编程所必需的一些书籍(五) http://2sws.blog.163.com/blog/static/1791024920098432953837/
7) 【转载】各版本IIS下ASP.net请求处理过程(1) http://www.cnblogs.com/heaiping/archive/2010/08/01/1789833.html
8) (推荐) WCF技术剖析之二:再谈IIS与ASP.NET管道
http://www.cnblogs.com/artech/archive/2009/06/20/1507165.html
9) 关于ASP.NET与CLR相互关系的一些总结 http://www.cnblogs.com/jasenkin/archive/2010/10/20/1857080.html