Pergunta de entrevista da empresa HHAeXchange

Life cycle of .net core?

Resposta da entrevista

Sigiloso

13 de jul. de 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.