Is there any current \"ASP.NET Core\" document(s) about the life cycle? I would like to be able to tie into the life cycle at the right points.
Is it similar to the exi
If you have membership of Pluralsight, Alex Wolf has great course on it, He also had same course for previous versions of MVC so if you watch both in order it will give you really good understanding of how Request Life Cycle was working in MVC 5 and before and how it works now with MVC Core and what's difference between both.
Pluralsight also offers 7 days free trial membership if you want to try it out.
MVC 5 and before: The MVC Request Life Cycle
MVC Core: ASP.NET Core: The MVC Request Life Cycle
Hope it helps.