|
|
|
|
Zwischenspeichern von Teilen einer ASP.NET-Seite Das Zwischenspeichern einer ganzen Seite ist manchmal unpraktisch, z. B. wenn sich Teile der Seite bei jeder Anforderung ändern. Für diesen Fall haben Sie die Möglichkeit, nur einen Teil der Seite zwischenzuspeichern. Als Verfahren stehen Ihnen dafür ... msdn2.microsoft.com
Tipps zur Leistungssteigerung Bei jedem Programmiermodell gibt es allgemeine potenzielle Leistungsprobleme, und ASP.NET bildet hiervon keine Ausnahme. In diesem Abschnitt werden einige Methoden beschrieben, wie Sie Leistungsengpässe im Code vermeiden können. de.gotdotnet.com
Leistungssteigerung durch Caching www.galileocomputing.de
Using SQL Cache Dependency Caching has long been recognized as one of the more effective ways to improve your ASP.NET web applications. However, one particular caching feature that was dearly missing in ASP.NET 1.x was SQL cache dependency. SQL cache dependency is the ability t ... www.ondotnet.com · 01/2005
10 Tips for Writing High-Performance Web Applications Writing a Web application with ASP.NET is unbelievably easy. So easy, many developers don't take the time to structure their applications for great performance. In this article, I'm going to present 10 tips for writing high-performance Web apps. msdn.microsoft.com · 01/2005
Implement Custom Cache Dependencies in ASP.NET msdn.microsoft.com · 07/2004
Caching und andere Optimierungen ASP.NET bietet vielfältige Möglichkeiten zur Optimierung, die Sie bei der Entwicklung Ihrer Web-Applikationen unbedingt berücksichtigen sollten. download.microsoft.com
.NET Data Caching www.developerfusion.co.uk
ASP.NET 2.0 Caching Features This article examines some of the new and exciting caching features in ASP.NET 2.0 and shows how to implement them in Web applications. www.15seconds.com · 05/2004
Improving ASP.NET Performance This chapter provides common issues, design guidelines, and coding techniques to improve the performance of your ASP.NET pages and controls. This chapter provides a common language runtime thread pool tuning formula for reducing contention, threading ... msdn.microsoft.com · 05/2004
Caching in ASP.NET www.codeproject.com · 02/2004
ASP.NET Performance Monitoring, and When to Alert Administrators Discusses which performance counters are most helpful in diagnosing stress and performance issues in Microsoft ASP.NET applications, what thresholds should be set in order to alert administrators to problems, and other resources that can be used to mo ... msdn.microsoft.com · 07/2003
High-Performance .NET Application Development & Architecture www.developerfusion.co.uk · 06/2003
Output Caching 101 An sich ist das Cachen von Web Seiten ja nichts Neues. Caching ist dann sinnvoll, wenn Daten mit (zeit)aufwendigen Tasks generiert werden müssen, und eigentlich für mehrere User über einen längeren Zeitraum unverändert bleiben. Mit ASP.NET haben Sie n ... www.aspheute.com · 10/2001
|
|
|