The MVC Request Life Cycle
This course introduces ASP.NET developers, specifically MVC developers, to the life cycle of an HTTP request as it travels through the ASP.NET platform and the MVC framework.
What you'll learn
This course introduces ASP.NET developers, specifically MVC developers, to the life cycle of an HTTP request as it travels through the ASP.NET platform and the MVC framework.
The course will educate developers about the major steps in the Request Life Cycle, as well as how to extend and customize them when appropriate. The focus of the course will not be on MVC coding and how to build applications, but rather on the relationships between the components that comprise the request pipeline.
The inner workings of the MVC framework will also be discussed where applicable, such as Controller Factories, Dependency Resolvers, and Result Execution.
Table of contents
- Version Check 0m
- Introduction 1m
- Understanding Application Start and End Events 4m
- Demo - Application Start and End 5m
- Configurations with the PreApplicationStartMethod 1m
- Demo - PreApplicationStartMethod 3m
- Exploring the Request Life Cycle Events 4m
- Demo - The Request Life Cycle Events 3m
- Working with Events Across Frameworks 2m
- Demo - Events Across Frameworks 2m
- Summary 1m