-
Notifications
You must be signed in to change notification settings - Fork 1
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
- 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
- How MVC works internally
- How MVC integrates with the larger .NET platform
- How components of MVC process a request
- For debugging, customisation, improved app architecture
- For ASP.NET MVC5 lifecycle - https://app.pluralsight.com/library/courses/mvc-request-life-cycle/table-of-contents
- For ASP.NET Core 3.0 - https://app.pluralsight.com/library/courses/aspnet-core-3-mvc-request-life-cycle/table-of-contents
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
- Series of components, events or stages of an app that process a request or respond to user interaction