CHAPTER 23

image

Caching

ASP.NET applications are a bit of a contradiction. On the one hand, because they’re hosted over the Internet, they have unique requirements—namely, they need to be able to serve hundreds of clients as easily and quickly as they deal with a single user. On the other hand, ASP.NET includes some remarkable tricks that let you design and code a web application in the same way you program a desktop application. These tricks are useful, but they can lead developers into trouble. The problem is that ASP.NET makes it easy to forget you’re creating a web application—so easy, that you might introduce programming practices that will slow ...

Get Beginning ASP.NET 4.5 in VB 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.