May 2004
Intermediate to advanced
888 pages
22h 31m
English
IN THIS CHAPTER
This chapter discusses two related, but separate, topics on ASP.NET programming—caching and state management. Caching is used to improve performance by persisting commonly accessed data in the Web server. When users request the data, it is retrieved from the Web server rather than the originating data source. State management deals with the issue of Web applications being stateless—knowing nothing about previous requests. State management provides a way for the Web application to maintain information about a user’s interaction with the Web application.
Read now
Unlock full access