HHAeXchange Interview Question

Life cycle of .net core?

Interview Answer

Anonymous

Jul 13, 2021

The ASP.NET Core MVC Request Life Cycle is a sequence of events, stages or components that interact with each other to process an HTTP request and generate a response that goes back to the client. The request life cycle consists of various stages which are middleware, routing, controller initialization, action method execution, result execution etc.