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

细节如下
Part I, Introduction to Engineering for Performance
This part shows you how to apply performance considerations throughout your application life cycle and introduces fundamental performance and scalability concepts and terminology. Part I includes one chapter:
Part II, Designing for Performance
Performance modeling helps you assess your design choices before committing to a solution. By considering from the start your performance objectives, workload, and metrics for your scenarios, you reduce risk. Use the design guidelines chapter to learn practices, principles, patterns, and anti-patterns that will help you to make informed choices. Part II includes three chapters:
Part III, Application Performance and Scalability
This part provides a series of chapters that provide deep platform knowledge across the .NET Framework technologies. Use these chapters to learn about the key performance and scalability considerations for the various .NET technologies, and to improve the efficiency of your code in these areas. Part III includes nine chapters:
Part IV, Database Server Performance and Scalability
This part shows how to improve SQL Server performance. This part includes one chapter:
Part V, Measuring, Testing, and Tuning
This part shows which metrics monitor and analyze for specific performance aspects. It also explains how to load, stress, and capacity test your applications and how you can tune performance with appropriate application, platform, and system configuration. This part includes three chapters:
Checklists
This section contains printable, task-based checklists, which are quick reference sheets to help you put the information and details that you learned in the individual chapters into action. This section includes the following checklists:
How To Articles
This section contains How To articles that provide step-by-step procedures for key tasks. This section includes the following How To articles: