Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Improving .NET Application Performance and Scalability
J.D. Meier, Srinath Vasireddy, Ashish Babbar, and Alex Mackman
Microsoft Corporation
May 2004
Related Links
Home Page for Improving .NET Application Performance and Scalability
Send feedback to [email protected]
Contents
Overview
Design Checklist
Application Series Checklists
Database Server Checklist
Overview
Improving .NET Application Performance and Scalability provides a series of checklists that help you put the information and details that you learned in the individual chapters into action. The following checklists are included:
- "Checklist: ADO.NET Performance"
- "Checklist: Architecture and Design Review for Performance and Scalability"
- "Checklist: ASP.NET Performance"
- "Checklist: Enterprise Services Performance"
- "Checklist: Interop Performance"
- "Checklist: Managed Code Performance"
- "Checklist: Remoting Performance"
- "Checklist: SQL Server Performance"
- "Checklist: Web Services Performance"
- "Checklist: XML Performance"
Design Checklist
Checklist: Architecture and Design Review for Performance and Scalability uses a performance and scalability frame to help you review various aspects of your application's architecture and design. The checklist covers deployment and infrastructure, data structures and algorithms, communication, resource management, caching, state management, concurrency, coupling and cohesion, data access, exception handling, and class design considerations.
Application Series Checklists
Each of the checklists in the application checklist series covers performance and scalability checks that are specific to individual technologies and to the performance and scalability frame. This series includes the following checklists:
- Checklist: ADO.NET Performance
- Checklist: ASP.NET Performance
- Checklist: Enterprise Services Performance
- Checklist: Interop Performance
- Checklist: Managed Code Performance
- Checklist: Remoting Performance
- Checklist: Web Services Performance
- Checklist: XML Performance
Database Server Checklist
Checklist: SQL Server Performance helps you review the key items that impact performance and scalability of your SQL Server. The checklist covers scaling up and scaling out, deployment, queries, indexes, transactions, stored procedures, execution plans, execution plan recompiles, SQL XML, tuning, testing, and monitoring.
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |