Chapter 21. Performance and Caching

In this chapter

CLR-Level Optimization

Recovering from Memory Leaks and Deadlocks

Caching

Tips and Tricks

This chapter is about caching and performance. It talks about how to make your application better. That includes both performance and robustness. It also talks about how to make your application faster and how to make it more immune to problems that can bring it down.

The first thing this chapter covers is what the Common Language Runtime (CLR) has to offer in the way of optimization. Knowing what the CLR does will help you take advantage of them and make your applications better. This chapter also talks about how to deal with memory leaks and deadlocks. The next thing to cover is how to use the .NET caching ...

Get Special Edition Using® Microsoft® ASP.NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.