April 2014
Intermediate to advanced
428 pages
11h 21m
English
CHAPTER 3
![]()
The ASP.NET Life Cycles
The ASP.NET platform defines two important life cycles that underpin the MVC framework. The first is the application life cycle, which tracks the life of a web application from the moment it starts to the moment it is terminated. The second is the request life cycle, which defines the path that an HTTP request follows as it moves through the ASP.NET platform from the point at which the initial request is received until the response is sent. In this chapter, I describe both life cycles and the context objects that the ASP.NET platform uses to describe them and the overall state of the application. Table 3-1 summarizes ...
Read now
Unlock full access