2014 相信自己能做的更好

---------------------------------------------------------------------------------------------------------
Everything is possible    Nothing is Impossible     
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2005年6月28日

摘要: 编写更快的托管代码:了解开销情况 Jan GrayMicrosoft CLR Performance Team 适用于: Microsoft® .NET Framework 摘要:本文介绍托管代码执行时间的低级操作开销模型,该模型是通过测量操作时间得到的,开发人员可以据此做出更好的编码决策并编写更快的代码。 下载 CLR Profiler。(330KB) 目录 简介(... 阅读全文

posted @ 2005-06-28 21:22 Arping.Net探索 阅读(844) 评论(0) 推荐(0) 编辑

摘要: 原文 PDF下载 这是微软推出的Patterns & Practices系列中的一个大部头,从各个层面来介绍如何提高.NET应用程序的运行性能和稳定性。包括:managed code, ASP.NET, Enterprise Services, Web services, remoting, ADO.NET, XML, SQL Server等方面的阐述,如图示。 细节如下 Part I, In... 阅读全文

posted @ 2005-06-28 21:20 Arping.Net探索 阅读(506) 评论(0) 推荐(0) 编辑

摘要: Improving .NET Application Performance and Scalability J.D. Meier, Srinath Vasireddy, Ashish Babbar, and Alex MackmanMicrosoft Corporation May 2004 Related Links Home Page for Improving .NET Applicati... 阅读全文

posted @ 2005-06-28 21:17 Arping.Net探索 阅读(608) 评论(0) 推荐(0) 编辑

摘要: Profiling .NET application performance by Paul Glavich (author bio) Introduction Performance is a concern for all but the simplest of applications. Making your applications perform well seems a simpl... 阅读全文

posted @ 2005-06-28 21:14 Arping.Net探索 阅读(674) 评论(0) 推荐(0) 编辑

摘要: Use CLR Profiler for C# Call Graphs and Optimization I recently had the need to debug some code and was looking for an easy way to generate the call graph of the application. For a given function I w... 阅读全文

posted @ 2005-06-28 21:08 Arping.Net探索 阅读(672) 评论(0) 推荐(0) 编辑

摘要: (from http://www.c-sharpcorner.com/Code/2004/Aug/CLRProfiler.asp) 阅读全文

posted @ 2005-06-28 21:02 Arping.Net探索 阅读(439) 评论(0) 推荐(0) 编辑

摘要: CLR rofiler允许你查看进程的托管堆并且研究垃圾回收器的特性,使用该工具的不同视图,你可以得到你的应用程序有关执行,分配,已经内存消耗的情况。 CLR rofiler不是分析问题的起点,确切的说,它帮助你鉴别并且隔离有疑问的代码并且追踪内存泄漏。使用CLR Profiler,你可以鉴别哪些代码分配了太多的内存,导致太多次的内存回收已经占有内存时间太长。 注意:CLR Profile... 阅读全文

posted @ 2005-06-28 20:59 Arping.Net探索 阅读(1229) 评论(0) 推荐(0) 编辑

摘要: Microsoft Corporation 2003 年 8 月 适用于: Microsoft® eMbedded Visual Tools 3.0 - 2002 Edition Microsoft® eMbedded Visual C++® 4.0 SP2 Microsoft® Visual Studio® .NET Microsoft®.NET Compact Fram... 阅读全文

posted @ 2005-06-28 20:56 Arping.Net探索 阅读(624) 评论(0) 推荐(0) 编辑

摘要: 基于 Windows Mobile™ 2003 的 Pocket PC 的 SDK 作者:Microsoft 来源:Microsoft 下载 >> This version of the Pocket PC 2003 SDK allows you to create Pocket PC 2003 applications using eMbedded Vis... 阅读全文

posted @ 2005-06-28 20:53 Arping.Net探索 阅读(669) 评论(0) 推荐(0) 编辑

摘要: SmartPhone2003模拟器镜像(简体中文版) 作者:Microsoft 来源:Microsoft 下载 (19.3MB) 我们将很快提供有关此下载的说明的简体中文版。 为了让您尽快读到此信息,我们提供了英文说明。 快速信息 文件名: Smartphone 2003 SDK Chinese Simplified Emulation Imag... 阅读全文

posted @ 2005-06-28 20:52 Arping.Net探索 阅读(1064) 评论(0) 推荐(0) 编辑

摘要: Smartphone是一款基于技术的移动电话,它在我们熟悉的Windows环境下提供了声音、无线连接和互联网访问的能力。Smartphone设备与已经存在的移动电话不同,它有用于添加内存和硬件的扩展槽,使你能够通过ActiveSync与桌面电脑同步,并提供即时消息、Outlook联系人和日历、统一的收件箱等特性。Smartphone将这些特性集成在一个与移动电话一般大小的设备中。 Smartpho... 阅读全文

posted @ 2005-06-28 20:50 Arping.Net探索 阅读(568) 评论(0) 推荐(0) 编辑

摘要: 内容简介 本文描述了如何搭建典型的Windows Mobile开发环境。介绍了相应的IDE、SDK及辅助开发工具的安装及常用配置,并对Windows Mobile下一代开发环境的发展前景做出展望。本文适合初次接触Windows Mobile开发的开发人员。 Windows Mobile开发简介 Windows Mobile是微软公司操作系统产品线上重要的一环。与Windows 9x/NT/XP/... 阅读全文

posted @ 2005-06-28 20:40 Arping.Net探索 阅读(4407) 评论(2) 推荐(0) 编辑