Bhuvanesh Mohankumar
Steps for the execution of an MVC project?
By Bhuvanesh Mohankumar in .NET on May 10 2016
  • Saurabh Vasani
    Aug, 2019 9

    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

    • 1
  • Bhuvanesh Mohankumar
    May, 2016 10

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

    • 1
  • Vinay K
    Mar, 2017 13

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

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS