Skip to content

ASP.NET Core: The MVC Request Life Cycle

Pritesh Patel edited this page Oct 5, 2019 · 4 revisions

https://app.pluralsight.com/courses/a6f34b5b-7124-4a5a-82e8-942f05305965/table-of-contents

Course Overview

  • How MVC features work and integrated together (e.g. middleware, routing)
  • Stepthrough MVC request lifecycle (request to response)
  • MVC technical details have changed significantly from ASP.NET

Introducing Essential Lifecycle Concepts

Introduction

Are You in the Right Place?

Need to Know:

  • MVC basics Nice to Know:
  • Legacy MVC request lifecycle Audience:
  • General .NET MVC developers looking to expand knowledge - e.g debugging
  • Developers adapted to MVC wanting to know what has changed in MVC Core

Defining the Request Lifecycle

  • Series of components, events or stages of an app that process a request or respond to user interaction

Clone this wiki locally