Loading ...

Asp Net Lifecycle

Hello everybody,

today I want to write few words about ASP .Net lifecycle. 

Actually just sequence of events. 

  1. Begin Request
  2. Resolve request cache
  3. Map request handler
  4. Acquire request state
  5. Request handler execute
  6. Update request cache
  7. Log request
  8. End request

Here are the 8 main steps of ASP .Net lifecycle. MVC controllers are processed in step 5, RequestHandlerExecute

 

Be the first to rate this post

  • Currently 0.0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5