3
Reply

Steps for the execution of an MVC project?

    1. Receive first request from the browser
    2. Performs routing
    3. Create MVC request Handler (From here your URL is split down)
    4. Create controller
    5. Execute Controller
    6. Invoke action
    7. Render result

    •Receive first request for the application •Performs routing •Creates MVC request handler •Create Controller •Execute Controller •Invoke action •Execute Result

    1.Filling the Route. 2. Get the Route 3. Request contest has created. 4. controller Object created. 5. Executed the Action. 6. sent Redults